#B6D1DC

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

Shades of Light Blue #B6D1DC

Tints of Light Blue #B6D1DC

Color information

#B6D1DC (or 0xB6D1DC) is unknown color: approx Light Blue. HEX triplet: B6, D1 and DC. RGB value is (182,209,220). Sum of RGB (Red+Green+Blue) = 182+209+220=611 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.79% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #B6D1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D1DC is #492E23. Grayscale: #CACACA. Windows color (decimal): -4795940 or 14471606. OLE color: 14471606.

HSL color Cylindrical-coordinate representation of color #B6D1DC: hue angle of 197.37º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6D1DC is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182209220-
CMYK0.170.0500.14
HSL197.37º35.19%78.82%-
HSV(B)197.37º17.27%86.27%-
XYZ55.0160.7176.53-
YUV202.18138.05113.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.79%
GREEN value IS 209 (82.03% from 255) = 34.21%
BLUE value IS 220 (86.33% from 255) = 36.01%
R=29.79%
G=34.21%
B=36.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1822092200.170.0500.14197.3735.1978.82
HexB6D1DC1150Ec5234f
Octal26632133421501630543117
Binary1011011011010001110111001000110101110110001011000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D1DC; }

 p { color: rgb(182,209,220); }

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

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

 a { background-color: rgb(182,209,220); }

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

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

 span { border-color: rgb(182,209,220); }

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