#BCD5EE

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

Shades of Pale Cornflower Blue #BCD5EE

Tints of Pale Cornflower Blue #BCD5EE

Color information

#BCD5EE (or 0xBCD5EE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D5 and EE. RGB value is (188,213,238). Sum of RGB (Red+Green+Blue) = 188+213+238=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCD5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD5EE is #432A11. Grayscale: #D0D0D0. Windows color (decimal): -4401682 or 15652284. OLE color: 15652284.

HSL color Cylindrical-coordinate representation of color #BCD5EE: hue angle of 210º 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 #BCD5EE is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188213238-
CMYK0.210.1100.07
HSL210º59.52%83.53%-
HSV(B)210º21.01%93.33%-
XYZ59.9764.4590.17-
YUV208.38144.72113.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.42%
GREEN value IS 213 (83.59% from 255) = 33.33%
BLUE value IS 238 (93.36% from 255) = 37.25%
R=29.42%
G=33.33%
B=37.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882132380.210.1100.0721059.5283.53
HexBCD5EE15B07d23c54
Octal27432535625130732274124
Binary1011110011010101111011101010110110111110100101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD5EE; }

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

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

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

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

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

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

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

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