#BCDCEE

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

Shades of Light Blue #BCDCEE

Tints of Light Blue #BCDCEE

Color information

#BCDCEE (or 0xBCDCEE) is unknown color: approx Light Blue. HEX triplet: BC, DC and EE. RGB value is (188,220,238). Sum of RGB (Red+Green+Blue) = 188+220+238=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCDCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDCEE is #432311. Grayscale: #D4D4D4. Windows color (decimal): -4399890 or 15654076. OLE color: 15654076.

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

Color convert

RGB188220238-
CMYK0.210.0800.07
HSL201.6º59.52%83.53%-
HSV(B)201.6º21.01%93.33%-
XYZ61.7668.0590.77-
YUV212.48142.4110.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.10%
GREEN value IS 220 (86.33% from 255) = 34.06%
BLUE value IS 238 (93.36% from 255) = 36.84%
R=29.10%
G=34.06%
B=36.84%

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
Decimal1882202380.210.0800.07201.659.5283.53
HexBCDCEE15807ca3c54
Octal27433435625100731274124
Binary1011110011011100111011101010110000111110010101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCEE; }

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

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

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

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

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

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

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

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