#BCDCED

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

Shades of Light Blue #BCDCED

Tints of Light Blue #BCDCED

Color information

#BCDCED (or 0xBCDCED) is unknown color: approx Light Blue. HEX triplet: BC, DC and ED. RGB value is (188,220,237). Sum of RGB (Red+Green+Blue) = 188+220+237=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCDCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDCED is #432312. Grayscale: #D4D4D4. Windows color (decimal): -4399891 or 15588540. OLE color: 15588540.

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

Color convert

RGB188220237-
CMYK0.210.0700.07
HSL200.82º57.65%83.33%-
HSV(B)200.82º20.68%92.94%-
XYZ61.6267.9990-
YUV212.37141.9110.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.15%
GREEN value IS 220 (86.33% from 255) = 34.11%
BLUE value IS 237 (92.97% from 255) = 36.74%
R=29.15%
G=34.11%
B=36.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882202370.210.0700.07200.8257.6583.33
HexBCDCED15707c93a53
Octal2743343552570731172123
Binary101111001101110011101101101011110111110010011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCED; }

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

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

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

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

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

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

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

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