Shades of Spindle #B4CBDE
Tints of Spindle #B4CBDE
RGB
CMYK
RGB Variations
Color information
#B4CBDE (or 0xB4CBDE) is known color: Spindle. HEX triplet: B4, CB and DE. RGB value is (180,203,222). Sum of RGB (Red+Green+Blue) = 180+203+222=605 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.75% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #B4CBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CBDE is #4B3421. Grayscale: #C6C6C6. Windows color (decimal): -4928546 or 14601140. OLE color: 14601140.
HSL color Cylindrical-coordinate representation of color #B4CBDE: hue angle of 207.14º degrees, saturation: 0.39, 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 #B4CBDE is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 203 | 222 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.13 |
| HSL | 207.14º | 0.39% | 0.79% | - |
| HSV(B) | 207.14º | 0.19% | 0.87% | - |
| XYZ | 53.36 | 57.69 | 77.43 | - |
| YUV | 198.29 | 141.38 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 203 | 222 | 0.19 | 0.09 | 0 | 0.13 | 207.14 | 0.39 | 0.79 |
| Hex | B4 | CB | DE | 13 | 9 | 0 | D | CF | 27 | 4F |
| Octal | 264 | 313 | 336 | 23 | 11 | 0 | 15 | 317 | 47 | 117 |
| Binary | 10110100 | 11001011 | 11011110 | 10011 | 1001 | 0 | 1101 | 11001111 | 100111 | 1001111 |
Color Harmonies of #B4CBDE
Complementary color
Monochromatic Colors of #B4CBDE
Black with #B4CBDE
Text Example
Text Example
White with #B4CBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CBDE; }
p { color: rgb(180,203,222); }
H1.HeaderClassName
{
color: #B4CBDE;
}
.AnyTagClassName
{
color: #B4CBDE;
}
</style>
background-color css
<style>
a { background-color: #B4CBDE; }
a { background-color: rgb(180,203,222); }
div.DivClassName
{
background-color: #B4CBDE;
}
.BgClassName
{
background-color: #B4CBDE;
}
</style>
border-color css
<style>
span { border-color: #B4CBDE; }
span { border-color: rgb(180,203,222); }
td.TdClassName
{
border-color: #B4CBDE;
}
.TagClassName
{
border-color: #B4CBDE;
}
</style>