Shades of Light Blue #B2CEDB
Tints of Light Blue #B2CEDB
RGB
CMYK
RGB Variations
Color information
#B2CEDB (or 0xB2CEDB) is known color: Light Blue. HEX triplet: B2, CE and DB. RGB value is (178,206,219). Sum of RGB (Red+Green+Blue) = 178+206+219=603 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.52% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2CEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CEDB is #4D3124. Grayscale: #C7C7C7. Windows color (decimal): -5058853 or 14405298. OLE color: 14405298.
HSL color Cylindrical-coordinate representation of color #B2CEDB: hue angle of 199.02º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2CEDB is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 206 | 219 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.14 |
| HSL | 199.02º | 0.36% | 0.78% | - |
| HSV(B) | 199.02º | 0.19% | 0.86% | - |
| XYZ | 53.22 | 58.72 | 75.55 | - |
| YUV | 199.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 219 | 0.19 | 0.06 | 0 | 0.14 | 199.02 | 0.36 | 0.78 |
| Hex | B2 | CE | DB | 13 | 6 | 0 | E | C7 | 24 | 4E |
| Octal | 262 | 316 | 333 | 23 | 6 | 0 | 16 | 307 | 44 | 116 |
| Binary | 10110010 | 11001110 | 11011011 | 10011 | 110 | 0 | 1110 | 11000111 | 100100 | 1001110 |
Color Harmonies of #B2CEDB
Complementary color
Monochromatic Colors of #B2CEDB
Black with #B2CEDB
Text Example
Text Example
White with #B2CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CEDB; }
p { color: rgb(178,206,219); }
H1.HeaderClassName
{
color: #B2CEDB;
}
.AnyTagClassName
{
color: #B2CEDB;
}
</style>
background-color css
<style>
a { background-color: #B2CEDB; }
a { background-color: rgb(178,206,219); }
div.DivClassName
{
background-color: #B2CEDB;
}
.BgClassName
{
background-color: #B2CEDB;
}
</style>
border-color css
<style>
span { border-color: #B2CEDB; }
span { border-color: rgb(178,206,219); }
td.TdClassName
{
border-color: #B2CEDB;
}
.TagClassName
{
border-color: #B2CEDB;
}
</style>