Shades of Spindle #B2CADE
Tints of Spindle #B2CADE
RGB
CMYK
RGB Variations
Color information
#B2CADE (or 0xB2CADE) is known color: Spindle. HEX triplet: B2, CA and DE. RGB value is (178,202,222). Sum of RGB (Red+Green+Blue) = 178+202+222=602 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.57% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 222 - color contains mainly: blue. Hex color #B2CADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CADE is #4D3521. Grayscale: #C5C5C5. Windows color (decimal): -5059874 or 14600882. OLE color: 14600882.
HSL color Cylindrical-coordinate representation of color #B2CADE: hue angle of 207.27º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2CADE is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 202 | 222 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.13 |
| HSL | 207.27º | 0.4% | 0.78% | - |
| HSV(B) | 207.27º | 0.2% | 0.87% | - |
| XYZ | 52.67 | 56.98 | 77.33 | - |
| YUV | 197.1 | 142.05 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 222 | 0.20 | 0.09 | 0 | 0.13 | 207.27 | 0.4 | 0.78 |
| Hex | B2 | CA | DE | 14 | 9 | 0 | D | CF | 28 | 4E |
| Octal | 262 | 312 | 336 | 24 | 11 | 0 | 15 | 317 | 50 | 116 |
| Binary | 10110010 | 11001010 | 11011110 | 10100 | 1001 | 0 | 1101 | 11001111 | 101000 | 1001110 |
Color Harmonies of #B2CADE
Complementary color
Monochromatic Colors of #B2CADE
Black with #B2CADE
Text Example
Text Example
White with #B2CADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CADE; }
p { color: rgb(178,202,222); }
H1.HeaderClassName
{
color: #B2CADE;
}
.AnyTagClassName
{
color: #B2CADE;
}
</style>
background-color css
<style>
a { background-color: #B2CADE; }
a { background-color: rgb(178,202,222); }
div.DivClassName
{
background-color: #B2CADE;
}
.BgClassName
{
background-color: #B2CADE;
}
</style>
border-color css
<style>
span { border-color: #B2CADE; }
span { border-color: rgb(178,202,222); }
td.TdClassName
{
border-color: #B2CADE;
}
.TagClassName
{
border-color: #B2CADE;
}
</style>