Shades of Spindle #B2CBDB
Tints of Spindle #B2CBDB
RGB
CMYK
RGB Variations
Color information
#B2CBDB (or 0xB2CBDB) is known color: Spindle. HEX triplet: B2, CB and DB. RGB value is (178,203,219). Sum of RGB (Red+Green+Blue) = 178+203+219=600 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.67% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CBDB is #4D3424. Grayscale: #C5C5C5. Windows color (decimal): -5059621 or 14404530. OLE color: 14404530.
HSL color Cylindrical-coordinate representation of color #B2CBDB: hue angle of 203.41º 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 #B2CBDB is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 203 | 219 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.14 |
| HSL | 203.41º | 0.36% | 0.78% | - |
| HSV(B) | 203.41º | 0.19% | 0.86% | - |
| XYZ | 52.5 | 57.29 | 75.31 | - |
| YUV | 197.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 219 | 0.19 | 0.07 | 0 | 0.14 | 203.41 | 0.36 | 0.78 |
| Hex | B2 | CB | DB | 13 | 7 | 0 | E | CB | 24 | 4E |
| Octal | 262 | 313 | 333 | 23 | 7 | 0 | 16 | 313 | 44 | 116 |
| Binary | 10110010 | 11001011 | 11011011 | 10011 | 111 | 0 | 1110 | 11001011 | 100100 | 1001110 |
Color Harmonies of #B2CBDB
Complementary color
Monochromatic Colors of #B2CBDB
Black with #B2CBDB
Text Example
Text Example
White with #B2CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CBDB; }
p { color: rgb(178,203,219); }
H1.HeaderClassName
{
color: #B2CBDB;
}
.AnyTagClassName
{
color: #B2CBDB;
}
</style>
background-color css
<style>
a { background-color: #B2CBDB; }
a { background-color: rgb(178,203,219); }
div.DivClassName
{
background-color: #B2CBDB;
}
.BgClassName
{
background-color: #B2CBDB;
}
</style>
border-color css
<style>
span { border-color: #B2CBDB; }
span { border-color: rgb(178,203,219); }
td.TdClassName
{
border-color: #B2CBDB;
}
.TagClassName
{
border-color: #B2CBDB;
}
</style>