Shades of Light Blue #B2DCED
Tints of Light Blue #B2DCED
RGB
CMYK
RGB Variations
Color information
#B2DCED (or 0xB2DCED) is known color: Light Blue. HEX triplet: B2, DC and ED. RGB value is (178,220,237). Sum of RGB (Red+Green+Blue) = 178+220+237=635 (84% of max value = 765). Red value is 178 (69.92% from 255 or 28.03% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #B2DCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DCED is #4D2312. Grayscale: #D1D1D1. Windows color (decimal): -5055251 or 15588530. OLE color: 15588530.
HSL color Cylindrical-coordinate representation of color #B2DCED: hue angle of 197.29º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2DCED is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 220 | 237 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.07 |
| HSL | 197.29º | 0.62% | 0.81% | - |
| HSV(B) | 197.29º | 0.25% | 0.93% | - |
| XYZ | 59.24 | 66.77 | 89.89 | - |
| YUV | 209.38 | 143.59 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 237 | 0.25 | 0.07 | 0 | 0.07 | 197.29 | 0.62 | 0.81 |
| Hex | B2 | DC | ED | 19 | 7 | 0 | 7 | C5 | 3E | 51 |
| Octal | 262 | 334 | 355 | 31 | 7 | 0 | 7 | 305 | 76 | 121 |
| Binary | 10110010 | 11011100 | 11101101 | 11001 | 111 | 0 | 111 | 11000101 | 111110 | 1010001 |
Color Harmonies of #B2DCED
Complementary color
Monochromatic Colors of #B2DCED
Black with #B2DCED
Text Example
Text Example
White with #B2DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DCED; }
p { color: rgb(178,220,237); }
H1.HeaderClassName
{
color: #B2DCED;
}
.AnyTagClassName
{
color: #B2DCED;
}
</style>
background-color css
<style>
a { background-color: #B2DCED; }
a { background-color: rgb(178,220,237); }
div.DivClassName
{
background-color: #B2DCED;
}
.BgClassName
{
background-color: #B2DCED;
}
</style>
border-color css
<style>
span { border-color: #B2DCED; }
span { border-color: rgb(178,220,237); }
td.TdClassName
{
border-color: #B2DCED;
}
.TagClassName
{
border-color: #B2DCED;
}
</style>