Shades of Light Blue #B4CEDC
Tints of Light Blue #B4CEDC
RGB
CMYK
RGB Variations
Color information
#B4CEDC (or 0xB4CEDC) is known color: Light Blue. HEX triplet: B4, CE and DC. RGB value is (180,206,220). Sum of RGB (Red+Green+Blue) = 180+206+220=606 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.70% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4CEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CEDC is #4B3123. Grayscale: #C7C7C7. Windows color (decimal): -4927780 or 14470836. OLE color: 14470836.
HSL color Cylindrical-coordinate representation of color #B4CEDC: hue angle of 201º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4CEDC is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 206 | 220 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.14 |
| HSL | 201º | 0.36% | 0.78% | - |
| HSV(B) | 201º | 0.18% | 0.86% | - |
| XYZ | 53.81 | 59.01 | 76.26 | - |
| YUV | 199.82 | 139.39 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 206 | 220 | 0.18 | 0.06 | 0 | 0.14 | 201 | 0.36 | 0.78 |
| Hex | B4 | CE | DC | 12 | 6 | 0 | E | C9 | 24 | 4E |
| Octal | 264 | 316 | 334 | 22 | 6 | 0 | 16 | 311 | 44 | 116 |
| Binary | 10110100 | 11001110 | 11011100 | 10010 | 110 | 0 | 1110 | 11001001 | 100100 | 1001110 |
Color Harmonies of #B4CEDC
Complementary color
Monochromatic Colors of #B4CEDC
Black with #B4CEDC
Text Example
Text Example
White with #B4CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CEDC; }
p { color: rgb(180,206,220); }
H1.HeaderClassName
{
color: #B4CEDC;
}
.AnyTagClassName
{
color: #B4CEDC;
}
</style>
background-color css
<style>
a { background-color: #B4CEDC; }
a { background-color: rgb(180,206,220); }
div.DivClassName
{
background-color: #B4CEDC;
}
.BgClassName
{
background-color: #B4CEDC;
}
</style>
border-color css
<style>
span { border-color: #B4CEDC; }
span { border-color: rgb(180,206,220); }
td.TdClassName
{
border-color: #B4CEDC;
}
.TagClassName
{
border-color: #B4CEDC;
}
</style>