Shades of Spindle #B5CBDF
Tints of Spindle #B5CBDF
RGB
CMYK
RGB Variations
Color information
#B5CBDF (or 0xB5CBDF) is known color: Spindle. HEX triplet: B5, CB and DF. RGB value is (181,203,223). Sum of RGB (Red+Green+Blue) = 181+203+223=607 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.82% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5CBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CBDF is #4A3420. Grayscale: #C6C6C6. Windows color (decimal): -4863009 or 14666677. OLE color: 14666677.
HSL color Cylindrical-coordinate representation of color #B5CBDF: hue angle of 208.57º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5CBDF is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 203 | 223 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.13 |
| HSL | 208.57º | 0.4% | 0.79% | - |
| HSV(B) | 208.57º | 0.19% | 0.87% | - |
| XYZ | 53.73 | 57.86 | 78.15 | - |
| YUV | 198.7 | 141.71 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 223 | 0.19 | 0.09 | 0 | 0.13 | 208.57 | 0.4 | 0.79 |
| Hex | B5 | CB | DF | 13 | 9 | 0 | D | D1 | 28 | 4F |
| Octal | 265 | 313 | 337 | 23 | 11 | 0 | 15 | 321 | 50 | 117 |
| Binary | 10110101 | 11001011 | 11011111 | 10011 | 1001 | 0 | 1101 | 11010001 | 101000 | 1001111 |
Color Harmonies of #B5CBDF
Complementary color
Monochromatic Colors of #B5CBDF
Black with #B5CBDF
Text Example
Text Example
White with #B5CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CBDF; }
p { color: rgb(181,203,223); }
H1.HeaderClassName
{
color: #B5CBDF;
}
.AnyTagClassName
{
color: #B5CBDF;
}
</style>
background-color css
<style>
a { background-color: #B5CBDF; }
a { background-color: rgb(181,203,223); }
div.DivClassName
{
background-color: #B5CBDF;
}
.BgClassName
{
background-color: #B5CBDF;
}
</style>
border-color css
<style>
span { border-color: #B5CBDF; }
span { border-color: rgb(181,203,223); }
td.TdClassName
{
border-color: #B5CBDF;
}
.TagClassName
{
border-color: #B5CBDF;
}
</style>