#B8D2DC

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

Shades of Light Blue #B8D2DC

Tints of Light Blue #B8D2DC

Color information

#B8D2DC (or 0xB8D2DC) is unknown color: approx Light Blue. HEX triplet: B8, D2 and DC. RGB value is (184,210,220). Sum of RGB (Red+Green+Blue) = 184+210+220=614 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.97% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8D2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D2DC is #472D23. Grayscale: #CBCBCB. Windows color (decimal): -4664612 or 14471864. OLE color: 14471864.

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

Color convert

RGB184210220-
CMYK0.160.0500.14
HSL196.67º33.96%79.22%-
HSV(B)196.67º16.36%86.27%-
XYZ55.7361.4576.63-
YUV203.37137.39114.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.97%
GREEN value IS 210 (82.42% from 255) = 34.20%
BLUE value IS 220 (86.33% from 255) = 35.83%
R=29.97%
G=34.20%
B=35.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1842102200.160.0500.14196.6733.9679.22
HexB8D2DC1050Ec5224f
Octal27032233420501630542117
Binary1011100011010010110111001000010101110110001011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D2DC; }

 p { color: rgb(184,210,220); }

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

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

 a { background-color: rgb(184,210,220); }

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

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

 span { border-color: rgb(184,210,220); }

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