#BFD8F4

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

Shades of Pale Cornflower Blue #BFD8F4

Tints of Pale Cornflower Blue #BFD8F4

Color information

#BFD8F4 (or 0xBFD8F4) is unknown color: approx Pale Cornflower Blue. HEX triplet: BF, D8 and F4. RGB value is (191,216,244). Sum of RGB (Red+Green+Blue) = 191+216+244=651 (86% of max value = 765). Red value is 191 (75% from 255 or 29.34% from 651); Green value is 216 (84.77% from 255 or 33.18% from 651); Blue value is 244 (95.70% from 255 or 37.48% from 651); Max value from RGB is 244 - color contains mainly: blue. Hex color #BFD8F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD8F4 is #40270B. Grayscale: #D3D3D3. Windows color (decimal): -4204300 or 16046271. OLE color: 16046271.

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

Color convert

RGB191216244-
CMYK0.220.1100.04
HSL211.7º70.67%85.29%-
HSV(B)211.7º21.72%95.69%-
XYZ62.3766.7295.18-
YUV211.72146.22113.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.34%
GREEN value IS 216 (84.77% from 255) = 33.18%
BLUE value IS 244 (95.70% from 255) = 37.48%
R=29.34%
G=33.18%
B=37.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912162440.220.1100.04211.770.6785.29
HexBFD8F416B04d44755
Octal277330364261304324107125
Binary10111111110110001111010010110101101001101010010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD8F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD8F4; }

 p { color: rgb(191,216,244); }

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

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

 a { background-color: rgb(191,216,244); }

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

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

 span { border-color: rgb(191,216,244); }

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