#BCD6EB

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

Shades of Pale Cornflower Blue #BCD6EB

Tints of Pale Cornflower Blue #BCD6EB

Color information

#BCD6EB (or 0xBCD6EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D6 and EB. RGB value is (188,214,235). Sum of RGB (Red+Green+Blue) = 188+214+235=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCD6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD6EB is #432914. Grayscale: #D0D0D0. Windows color (decimal): -4401429 or 15455932. OLE color: 15455932.

HSL color Cylindrical-coordinate representation of color #BCD6EB: hue angle of 206.81º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCD6EB is Cyan = 0.2, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188214235-
CMYK0.20.0900.08
HSL206.81º54.02%82.94%-
HSV(B)206.81º20%92.16%-
XYZ59.7864.7887.95-
YUV208.62142.89113.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.51%
GREEN value IS 214 (83.98% from 255) = 33.59%
BLUE value IS 235 (92.19% from 255) = 36.89%
R=29.51%
G=33.59%
B=36.89%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882142350.20.0900.08206.8154.0282.94
HexBCD6EB14908cf3653
Octal274326353241101031766123
Binary10111100110101101110101110100100101000110011111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD6EB; }

 p { color: rgb(188,214,235); }

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

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

 a { background-color: rgb(188,214,235); }

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

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

 span { border-color: rgb(188,214,235); }

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