Shades of Light Blue #B2CEDD
Tints of Light Blue #B2CEDD
RGB
CMYK
RGB Variations
Color information
#B2CEDD (or 0xB2CEDD) is known color: Light Blue. HEX triplet: B2, CE and DD. RGB value is (178,206,221). Sum of RGB (Red+Green+Blue) = 178+206+221=605 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.42% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2CEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CEDD is #4D3122. Grayscale: #C7C7C7. Windows color (decimal): -5058851 or 14536370. OLE color: 14536370.
HSL color Cylindrical-coordinate representation of color #B2CEDD: hue angle of 200.93º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2CEDD is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 206 | 221 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.13 |
| HSL | 200.93º | 0.39% | 0.78% | - |
| HSV(B) | 200.93º | 0.19% | 0.87% | - |
| XYZ | 53.48 | 58.83 | 76.94 | - |
| YUV | 199.34 | 140.22 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 221 | 0.19 | 0.07 | 0 | 0.13 | 200.93 | 0.39 | 0.78 |
| Hex | B2 | CE | DD | 13 | 7 | 0 | D | C9 | 27 | 4E |
| Octal | 262 | 316 | 335 | 23 | 7 | 0 | 15 | 311 | 47 | 116 |
| Binary | 10110010 | 11001110 | 11011101 | 10011 | 111 | 0 | 1101 | 11001001 | 100111 | 1001110 |
Color Harmonies of #B2CEDD
Complementary color
Monochromatic Colors of #B2CEDD
Black with #B2CEDD
Text Example
Text Example
White with #B2CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CEDD; }
p { color: rgb(178,206,221); }
H1.HeaderClassName
{
color: #B2CEDD;
}
.AnyTagClassName
{
color: #B2CEDD;
}
</style>
background-color css
<style>
a { background-color: #B2CEDD; }
a { background-color: rgb(178,206,221); }
div.DivClassName
{
background-color: #B2CEDD;
}
.BgClassName
{
background-color: #B2CEDD;
}
</style>
border-color css
<style>
span { border-color: #B2CEDD; }
span { border-color: rgb(178,206,221); }
td.TdClassName
{
border-color: #B2CEDD;
}
.TagClassName
{
border-color: #B2CEDD;
}
</style>