#BCCDD3

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

Shades of Light Blue #BCCDD3

Tints of Light Blue #BCCDD3

Color information

#BCCDD3 (or 0xBCCDD3) is unknown color: approx Light Blue. HEX triplet: BC, CD and D3. RGB value is (188,205,211). Sum of RGB (Red+Green+Blue) = 188+205+211=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCCDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDD3 is #43322C. Grayscale: #C8C8C8. Windows color (decimal): -4403757 or 13880764. OLE color: 13880764.

HSL color Cylindrical-coordinate representation of color #BCCDD3: hue angle of 195.65º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCCDD3 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB188205211-
CMYK0.110.0300.17
HSL195.65º20.72%78.24%-
HSV(B)195.65º10.9%82.75%-
XYZ54.3359.0670.16-
YUV200.6133.87119.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.13%
GREEN value IS 205 (80.47% from 255) = 33.94%
BLUE value IS 211 (82.81% from 255) = 34.93%
R=31.13%
G=33.94%
B=34.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882052110.110.0300.17195.6520.7278.24
HexBCCDD3B3011c4154e
Octal27431532313302130425116
Binary10111100110011011101001110111101000111000100101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCDD3; }

 p { color: rgb(188,205,211); }

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

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

 a { background-color: rgb(188,205,211); }

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

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

 span { border-color: rgb(188,205,211); }

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