#BFE3F9

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

Shades of Pattens Blue #BFE3F9

Tints of Pattens Blue #BFE3F9

Color information

#BFE3F9 (or 0xBFE3F9) is unknown color: approx Pattens Blue. HEX triplet: BF, E3 and F9. RGB value is (191,227,249). Sum of RGB (Red+Green+Blue) = 191+227+249=667 (88% of max value = 765). Red value is 191 (75% from 255 or 28.64% from 667); Green value is 227 (89.06% from 255 or 34.03% from 667); Blue value is 249 (97.66% from 255 or 37.33% from 667); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFE3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE3F9 is #401C06. Grayscale: #DADADA. Windows color (decimal): -4201479 or 16376767. OLE color: 16376767.

HSL color Cylindrical-coordinate representation of color #BFE3F9: hue angle of 202.76º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFE3F9 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191227249-
CMYK0.230.0900.02
HSL202.76º82.86%86.27%-
HSV(B)202.76º23.29%97.65%-
XYZ66.0572.85100.2-
YUV218.74145.07108.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.64%
GREEN value IS 227 (89.06% from 255) = 34.03%
BLUE value IS 249 (97.66% from 255) = 37.33%
R=28.64%
G=34.03%
B=37.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912272490.230.0900.02202.7682.8686.27
HexBFE3F917902cb5356
Octal277343371271102313123126
Binary1011111111100011111110011011110010101100101110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE3F9; }

 p { color: rgb(191,227,249); }

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

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

 a { background-color: rgb(191,227,249); }

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

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

 span { border-color: rgb(191,227,249); }

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