#BCD6ED

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

Shades of Pale Cornflower Blue #BCD6ED

Tints of Pale Cornflower Blue #BCD6ED

Color information

#BCD6ED (or 0xBCD6ED) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D6 and ED. RGB value is (188,214,237). Sum of RGB (Red+Green+Blue) = 188+214+237=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCD6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD6ED is #432912. Grayscale: #D0D0D0. Windows color (decimal): -4401427 or 15587004. OLE color: 15587004.

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

Color convert

RGB188214237-
CMYK0.210.1000.07
HSL208.16º57.65%83.33%-
HSV(B)208.16º20.68%92.94%-
XYZ60.0764.989.48-
YUV208.85143.89113.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.42%
GREEN value IS 214 (83.98% from 255) = 33.49%
BLUE value IS 237 (92.97% from 255) = 37.09%
R=29.42%
G=33.49%
B=37.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882142370.210.1000.07208.1657.6583.33
HexBCD6ED15A07d03a53
Octal27432635525120732072123
Binary1011110011010110111011011010110100111110100001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD6ED; }

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

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

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

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

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

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

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

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