#BCDAED

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

Shades of Light Blue #BCDAED

Tints of Light Blue #BCDAED

Color information

#BCDAED (or 0xBCDAED) is unknown color: approx Light Blue. HEX triplet: BC, DA and ED. RGB value is (188,218,237). Sum of RGB (Red+Green+Blue) = 188+218+237=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCDAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDAED is #432512. Grayscale: #D3D3D3. Windows color (decimal): -4400403 or 15588028. OLE color: 15588028.

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

Color convert

RGB188218237-
CMYK0.210.0800.07
HSL203.27º57.65%83.33%-
HSV(B)203.27º20.68%92.94%-
XYZ61.166.9589.82-
YUV211.2142.56111.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.24%
GREEN value IS 218 (85.55% from 255) = 33.90%
BLUE value IS 237 (92.97% from 255) = 36.86%
R=29.24%
G=33.90%
B=36.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882182370.210.0800.07203.2757.6583.33
HexBCDAED15807cb3a53
Octal27433235525100731372123
Binary1011110011011010111011011010110000111110010111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDAED; }

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

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

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

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

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

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

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

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