Shades of Light Blue #B2CEDE
Tints of Light Blue #B2CEDE
RGB
CMYK
RGB Variations
Color information
#B2CEDE (or 0xB2CEDE) is known color: Light Blue. HEX triplet: B2, CE and DE. RGB value is (178,206,222). Sum of RGB (Red+Green+Blue) = 178+206+222=606 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.37% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #B2CEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CEDE is #4D3121. Grayscale: #C7C7C7. Windows color (decimal): -5058850 or 14601906. OLE color: 14601906.
HSL color Cylindrical-coordinate representation of color #B2CEDE: hue angle of 201.82º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2CEDE is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 206 | 222 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.13 |
| HSL | 201.82º | 0.4% | 0.78% | - |
| HSV(B) | 201.82º | 0.2% | 0.87% | - |
| XYZ | 53.62 | 58.88 | 77.65 | - |
| YUV | 199.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 222 | 0.20 | 0.07 | 0 | 0.13 | 201.82 | 0.4 | 0.78 |
| Hex | B2 | CE | DE | 14 | 7 | 0 | D | CA | 28 | 4E |
| Octal | 262 | 316 | 336 | 24 | 7 | 0 | 15 | 312 | 50 | 116 |
| Binary | 10110010 | 11001110 | 11011110 | 10100 | 111 | 0 | 1101 | 11001010 | 101000 | 1001110 |
Color Harmonies of #B2CEDE
Complementary color
Monochromatic Colors of #B2CEDE
Black with #B2CEDE
Text Example
Text Example
White with #B2CEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CEDE; }
p { color: rgb(178,206,222); }
H1.HeaderClassName
{
color: #B2CEDE;
}
.AnyTagClassName
{
color: #B2CEDE;
}
</style>
background-color css
<style>
a { background-color: #B2CEDE; }
a { background-color: rgb(178,206,222); }
div.DivClassName
{
background-color: #B2CEDE;
}
.BgClassName
{
background-color: #B2CEDE;
}
</style>
border-color css
<style>
span { border-color: #B2CEDE; }
span { border-color: rgb(178,206,222); }
td.TdClassName
{
border-color: #B2CEDE;
}
.TagClassName
{
border-color: #B2CEDE;
}
</style>