#BFD8EE

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

Shades of Pale Cornflower Blue #BFD8EE

Tints of Pale Cornflower Blue #BFD8EE

Color information

#BFD8EE (or 0xBFD8EE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BF, D8 and EE. RGB value is (191,216,238). Sum of RGB (Red+Green+Blue) = 191+216+238=645 (85% of max value = 765). Red value is 191 (75% from 255 or 29.61% from 645); Green value is 216 (84.77% from 255 or 33.49% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFD8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD8EE is #402711. Grayscale: #D2D2D2. Windows color (decimal): -4204306 or 15653055. OLE color: 15653055.

HSL color Cylindrical-coordinate representation of color #BFD8EE: hue angle of 208.09º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFD8EE is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191216238-
CMYK0.200.0900.07
HSL208.09º58.02%84.12%-
HSV(B)208.09º19.75%93.33%-
XYZ61.4766.3690.46-
YUV211.03143.22113.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.61%
GREEN value IS 216 (84.77% from 255) = 33.49%
BLUE value IS 238 (93.36% from 255) = 36.90%
R=29.61%
G=33.49%
B=36.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912162380.200.0900.07208.0958.0284.12
HexBFD8EE14907d03a54
Octal27733035624110732072124
Binary1011111111011000111011101010010010111110100001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD8EE; }

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

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

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

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

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

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

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

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