#BFD8EC

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

Shades of Pale Cornflower Blue #BFD8EC

Tints of Pale Cornflower Blue #BFD8EC

Color information

#BFD8EC (or 0xBFD8EC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BF, D8 and EC. RGB value is (191,216,236). Sum of RGB (Red+Green+Blue) = 191+216+236=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFD8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD8EC is #402713. Grayscale: #D2D2D2. Windows color (decimal): -4204308 or 15521983. OLE color: 15521983.

HSL color Cylindrical-coordinate representation of color #BFD8EC: hue angle of 206.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFD8EC is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191216236-
CMYK0.190.0800.07
HSL206.67º54.22%83.73%-
HSV(B)206.67º19.07%92.55%-
XYZ61.1866.2488.92-
YUV210.8142.22113.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.70%
GREEN value IS 216 (84.77% from 255) = 33.59%
BLUE value IS 236 (92.58% from 255) = 36.70%
R=29.70%
G=33.59%
B=36.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912162360.190.0800.07206.6754.2283.73
HexBFD8EC13807cf3654
Octal27733035423100731766124
Binary1011111111011000111011001001110000111110011111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD8EC; }

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

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

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

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

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

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

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

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