Shades of Spindle #B4CBD7
Tints of Spindle #B4CBD7
RGB
CMYK
RGB Variations
Color information
#B4CBD7 (or 0xB4CBD7) is known color: Spindle. HEX triplet: B4, CB and D7. RGB value is (180,203,215). Sum of RGB (Red+Green+Blue) = 180+203+215=598 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.10% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 215 - color contains mainly: blue. Hex color #B4CBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CBD7 is #4B3428. Grayscale: #C5C5C5. Windows color (decimal): -4928553 or 14142388. OLE color: 14142388.
HSL color Cylindrical-coordinate representation of color #B4CBD7: hue angle of 200.57º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4CBD7 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 203 | 215 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.16 |
| HSL | 200.57º | 0.3% | 0.77% | - |
| HSV(B) | 200.57º | 0.16% | 0.84% | - |
| XYZ | 52.44 | 57.32 | 72.59 | - |
| YUV | 197.49 | 137.88 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 203 | 215 | 0.16 | 0.06 | 0 | 0.16 | 200.57 | 0.3 | 0.77 |
| Hex | B4 | CB | D7 | 10 | 6 | 0 | 10 | C9 | 1E | 4D |
| Octal | 264 | 313 | 327 | 20 | 6 | 0 | 20 | 311 | 36 | 115 |
| Binary | 10110100 | 11001011 | 11010111 | 10000 | 110 | 0 | 10000 | 11001001 | 11110 | 1001101 |
Color Harmonies of #B4CBD7
Complementary color
Monochromatic Colors of #B4CBD7
Black with #B4CBD7
Text Example
Text Example
White with #B4CBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CBD7; }
p { color: rgb(180,203,215); }
H1.HeaderClassName
{
color: #B4CBD7;
}
.AnyTagClassName
{
color: #B4CBD7;
}
</style>
background-color css
<style>
a { background-color: #B4CBD7; }
a { background-color: rgb(180,203,215); }
div.DivClassName
{
background-color: #B4CBD7;
}
.BgClassName
{
background-color: #B4CBD7;
}
</style>
border-color css
<style>
span { border-color: #B4CBD7; }
span { border-color: rgb(180,203,215); }
td.TdClassName
{
border-color: #B4CBD7;
}
.TagClassName
{
border-color: #B4CBD7;
}
</style>