Shades of Spindle #B2CCDD
Tints of Spindle #B2CCDD
RGB
CMYK
RGB Variations
Color information
#B2CCDD (or 0xB2CCDD) is known color: Spindle. HEX triplet: B2, CC and DD. RGB value is (178,204,221). Sum of RGB (Red+Green+Blue) = 178+204+221=603 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.52% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CCDD is #4D3322. Grayscale: #C6C6C6. Windows color (decimal): -5059363 or 14535858. OLE color: 14535858.
HSL color Cylindrical-coordinate representation of color #B2CCDD: hue angle of 203.72º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2CCDD is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 178 | 204 | 221 | - |
CMYK | 0.19 | 0.08 | 0 | 0.13 |
HSL | 203.72º | 0.39% | 0.78% | - |
HSV(B) | 203.72º | 0.19% | 0.87% | - |
XYZ | 53 | 57.87 | 76.78 | - |
YUV | 198.16 | 140.89 | 113.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 204 | 221 | 0.19 | 0.08 | 0 | 0.13 | 203.72 | 0.39 | 0.78 |
Hex | B2 | CC | DD | 13 | 8 | 0 | D | CC | 27 | 4E |
Octal | 262 | 314 | 335 | 23 | 10 | 0 | 15 | 314 | 47 | 116 |
Binary | 10110010 | 11001100 | 11011101 | 10011 | 1000 | 0 | 1101 | 11001100 | 100111 | 1001110 |
Color Harmonies of #B2CCDD
Complementary color
Monochromatic Colors of #B2CCDD
Black with #B2CCDD
Text Example
Text Example
White with #B2CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CCDD; }
p { color: rgb(178,204,221); }
H1.HeaderClassName
{
color: #B2CCDD;
}
.AnyTagClassName
{
color: #B2CCDD;
}
</style>
background-color css
<style>
a { background-color: #B2CCDD; }
a { background-color: rgb(178,204,221); }
div.DivClassName
{
background-color: #B2CCDD;
}
.BgClassName
{
background-color: #B2CCDD;
}
</style>
border-color css
<style>
span { border-color: #B2CCDD; }
span { border-color: rgb(178,204,221); }
td.TdClassName
{
border-color: #B2CCDD;
}
.TagClassName
{
border-color: #B2CCDD;
}
</style>