#BCDDED

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

Shades of Light Blue #BCDDED

Tints of Light Blue #BCDDED

Color information

#BCDDED (or 0xBCDDED) is unknown color: approx Light Blue. HEX triplet: BC, DD and ED. RGB value is (188,221,237). Sum of RGB (Red+Green+Blue) = 188+221+237=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCDDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDDED is #432212. Grayscale: #D4D4D4. Windows color (decimal): -4399635 or 15588796. OLE color: 15588796.

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

Color convert

RGB188221237-
CMYK0.210.0700.07
HSL199.59º57.65%83.33%-
HSV(B)199.59º20.68%92.94%-
XYZ61.8868.5290.08-
YUV212.96141.57110.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.10%
GREEN value IS 221 (86.72% from 255) = 34.21%
BLUE value IS 237 (92.97% from 255) = 36.69%
R=29.10%
G=34.21%
B=36.69%

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
Decimal1882212370.210.0700.07199.5957.6583.33
HexBCDDED15707c83a53
Octal2743353552570731072123
Binary101111001101110111101101101011110111110010001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDED; }

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

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

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

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

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

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

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

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