Shades of Spindle #B5CBDD
Tints of Spindle #B5CBDD
RGB
CMYK
RGB Variations
Color information
#B5CBDD (or 0xB5CBDD) is known color: Spindle. HEX triplet: B5, CB and DD. RGB value is (181,203,221). Sum of RGB (Red+Green+Blue) = 181+203+221=605 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.92% from 605); Green value is 203 (79.69% from 255 or 33.55% 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 #B5CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CBDD is #4A3422. Grayscale: #C6C6C6. Windows color (decimal): -4863011 or 14535605. OLE color: 14535605.
HSL color Cylindrical-coordinate representation of color #B5CBDD: hue angle of 207º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5CBDD is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 203 | 221 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.13 |
| HSL | 207º | 0.37% | 0.79% | - |
| HSV(B) | 207º | 0.18% | 0.87% | - |
| XYZ | 53.46 | 57.76 | 76.74 | - |
| YUV | 198.47 | 140.71 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 221 | 0.18 | 0.08 | 0 | 0.13 | 207 | 0.37 | 0.79 |
| Hex | B5 | CB | DD | 12 | 8 | 0 | D | CF | 25 | 4F |
| Octal | 265 | 313 | 335 | 22 | 10 | 0 | 15 | 317 | 45 | 117 |
| Binary | 10110101 | 11001011 | 11011101 | 10010 | 1000 | 0 | 1101 | 11001111 | 100101 | 1001111 |
Color Harmonies of #B5CBDD
Complementary color
Monochromatic Colors of #B5CBDD
Black with #B5CBDD
Text Example
Text Example
White with #B5CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CBDD; }
p { color: rgb(181,203,221); }
H1.HeaderClassName
{
color: #B5CBDD;
}
.AnyTagClassName
{
color: #B5CBDD;
}
</style>
background-color css
<style>
a { background-color: #B5CBDD; }
a { background-color: rgb(181,203,221); }
div.DivClassName
{
background-color: #B5CBDD;
}
.BgClassName
{
background-color: #B5CBDD;
}
</style>
border-color css
<style>
span { border-color: #B5CBDD; }
span { border-color: rgb(181,203,221); }
td.TdClassName
{
border-color: #B5CBDD;
}
.TagClassName
{
border-color: #B5CBDD;
}
</style>