#BCDCEB

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

Shades of Light Blue #BCDCEB

Tints of Light Blue #BCDCEB

Color information

#BCDCEB (or 0xBCDCEB) is unknown color: approx Light Blue. HEX triplet: BC, DC and EB. RGB value is (188,220,235). Sum of RGB (Red+Green+Blue) = 188+220+235=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCDCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDCEB is #432314. Grayscale: #D4D4D4. Windows color (decimal): -4399893 or 15457468. OLE color: 15457468.

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

Color convert

RGB188220235-
CMYK0.20.0600.08
HSL199.15º54.02%82.94%-
HSV(B)199.15º20%92.16%-
XYZ61.3367.8888.47-
YUV212.14140.9110.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.24%
GREEN value IS 220 (86.33% from 255) = 34.21%
BLUE value IS 235 (92.19% from 255) = 36.55%
R=29.24%
G=34.21%
B=36.55%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882202350.20.0600.08199.1554.0282.94
HexBCDCEB14608c73653
Octal27433435324601030766123
Binary1011110011011100111010111010011001000110001111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCEB; }

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

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

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

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

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

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

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

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