#BFD9F6

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

Shades of Pale Cornflower Blue #BFD9F6

Tints of Pale Cornflower Blue #BFD9F6

Color information

#BFD9F6 (or 0xBFD9F6) is unknown color: approx Pale Cornflower Blue. HEX triplet: BF, D9 and F6. RGB value is (191,217,246). Sum of RGB (Red+Green+Blue) = 191+217+246=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 217 (85.16% from 255 or 33.18% from 654); Blue value is 246 (96.48% from 255 or 37.61% from 654); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFD9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD9F6 is #402609. Grayscale: #D4D4D4. Windows color (decimal): -4204042 or 16177599. OLE color: 16177599.

HSL color Cylindrical-coordinate representation of color #BFD9F6: hue angle of 211.64º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFD9F6 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191217246-
CMYK0.220.1200.04
HSL211.64º75.34%85.69%-
HSV(B)211.64º22.36%96.47%-
XYZ62.9367.3696.87-
YUV212.53146.89112.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.20%
GREEN value IS 217 (85.16% from 255) = 33.18%
BLUE value IS 246 (96.48% from 255) = 37.61%
R=29.20%
G=33.18%
B=37.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912172460.220.1200.04211.6475.3485.69
HexBFD9F616C04d44b56
Octal277331366261404324113126
Binary10111111110110011111011010110110001001101010010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD9F6; }

 p { color: rgb(191,217,246); }

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

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

 a { background-color: rgb(191,217,246); }

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

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

 span { border-color: rgb(191,217,246); }

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