#BCD8EE

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

Shades of Pale Cornflower Blue #BCD8EE

Tints of Pale Cornflower Blue #BCD8EE

Color information

#BCD8EE (or 0xBCD8EE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D8 and EE. RGB value is (188,216,238). Sum of RGB (Red+Green+Blue) = 188+216+238=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCD8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD8EE is #432711. Grayscale: #D2D2D2. Windows color (decimal): -4400914 or 15653052. OLE color: 15653052.

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

Color convert

RGB188216238-
CMYK0.210.0900.07
HSL206.4º59.52%83.53%-
HSV(B)206.4º21.01%93.33%-
XYZ60.7365.9890.42-
YUV210.14143.72112.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.28%
GREEN value IS 216 (84.77% from 255) = 33.64%
BLUE value IS 238 (93.36% from 255) = 37.07%
R=29.28%
G=33.64%
B=37.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882162380.210.0900.07206.459.5283.53
HexBCD8EE15907ce3c54
Octal27433035625110731674124
Binary1011110011011000111011101010110010111110011101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD8EE; }

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

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

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

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

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

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

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

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