Shades of Spindle #B5CBDC
Tints of Spindle #B5CBDC
RGB
CMYK
RGB Variations
Color information
#B5CBDC (or 0xB5CBDC) is known color: Spindle. HEX triplet: B5, CB and DC. RGB value is (181,203,220). Sum of RGB (Red+Green+Blue) = 181+203+220=604 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.97% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CBDC is #4A3423. Grayscale: #C6C6C6. Windows color (decimal): -4863012 or 14470069. OLE color: 14470069.
HSL color Cylindrical-coordinate representation of color #B5CBDC: hue angle of 206.15º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5CBDC is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 203 | 220 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.14 |
| HSL | 206.15º | 0.36% | 0.79% | - |
| HSV(B) | 206.15º | 0.18% | 0.86% | - |
| XYZ | 53.33 | 57.7 | 76.04 | - |
| YUV | 198.36 | 140.21 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 220 | 0.18 | 0.08 | 0 | 0.14 | 206.15 | 0.36 | 0.79 |
| Hex | B5 | CB | DC | 12 | 8 | 0 | E | CE | 24 | 4F |
| Octal | 265 | 313 | 334 | 22 | 10 | 0 | 16 | 316 | 44 | 117 |
| Binary | 10110101 | 11001011 | 11011100 | 10010 | 1000 | 0 | 1110 | 11001110 | 100100 | 1001111 |
Color Harmonies of #B5CBDC
Complementary color
Monochromatic Colors of #B5CBDC
Black with #B5CBDC
Text Example
Text Example
White with #B5CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CBDC; }
p { color: rgb(181,203,220); }
H1.HeaderClassName
{
color: #B5CBDC;
}
.AnyTagClassName
{
color: #B5CBDC;
}
</style>
background-color css
<style>
a { background-color: #B5CBDC; }
a { background-color: rgb(181,203,220); }
div.DivClassName
{
background-color: #B5CBDC;
}
.BgClassName
{
background-color: #B5CBDC;
}
</style>
border-color css
<style>
span { border-color: #B5CBDC; }
span { border-color: rgb(181,203,220); }
td.TdClassName
{
border-color: #B5CBDC;
}
.TagClassName
{
border-color: #B5CBDC;
}
</style>