#BFE7FD

Color #BFE7FD Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #BFE7FD

Tints of Pattens Blue #BFE7FD

Color information

#BFE7FD (or 0xBFE7FD) is unknown color: approx Pattens Blue. HEX triplet: BF, E7 and FD. RGB value is (191,231,253). Sum of RGB (Red+Green+Blue) = 191+231+253=675 (89% of max value = 765). Red value is 191 (75% from 255 or 28.30% from 675); Green value is 231 (90.62% from 255 or 34.22% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFE7FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE7FD is #401802. Grayscale: #DDDDDD. Windows color (decimal): -4200451 or 16639935. OLE color: 16639935.

HSL color Cylindrical-coordinate representation of color #BFE7FD: hue angle of 201.29º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFE7FD is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB191231253-
CMYK0.250.0900.01
HSL201.29º93.94%87.06%-
HSV(B)201.29º24.51%99.22%-
XYZ67.7975.32103.89-
YUV221.55145.75106.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 28.30%
GREEN value IS 231 (90.62% from 255) = 34.22%
BLUE value IS 253 (99.22% from 255) = 37.48%
R=28.30%
G=34.22%
B=37.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912312530.250.0900.01201.2993.9487.06
HexBFE7FD19901c95e57
Octal277347375311101311136127
Binary101111111110011111111101110011001011100100110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE7FD; }

 p { color: rgb(191,231,253); }

 H1.HeaderClassName
 {
   color: #BFE7FD;
 }
 .AnyTagClassName
 {
   color: #BFE7FD;
 }
</style>
background-color css

<style>
 a { background-color: #BFE7FD; }

 a { background-color: rgb(191,231,253); }

 div.DivClassName
 {
   background-color: #BFE7FD;
 }
 .BgClassName
 {
   background-color: #BFE7FD;
 }
</style>
border-color css

<style>
 span { border-color: #BFE7FD; }

 span { border-color: rgb(191,231,253); }

 td.TdClassName
 {
   border-color: #BFE7FD;
 }
 .TagClassName
 {
   border-color: #BFE7FD;
 }
</style>