Shades of Spindle #B2CDDF
Tints of Spindle #B2CDDF
RGB
CMYK
RGB Variations
Color information
#B2CDDF (or 0xB2CDDF) is known color: Spindle. HEX triplet: B2, CD and DF. RGB value is (178,205,223). Sum of RGB (Red+Green+Blue) = 178+205+223=606 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.37% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #B2CDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CDDF is #4D3220. Grayscale: #C6C6C6. Windows color (decimal): -5059105 or 14667186. OLE color: 14667186.
HSL color Cylindrical-coordinate representation of color #B2CDDF: hue angle of 204º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2CDDF is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 205 | 223 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.13 |
| HSL | 204º | 0.41% | 0.79% | - |
| HSV(B) | 204º | 0.2% | 0.87% | - |
| XYZ | 53.51 | 58.46 | 78.27 | - |
| YUV | 198.98 | 141.55 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 205 | 223 | 0.20 | 0.08 | 0 | 0.13 | 204 | 0.41 | 0.79 |
| Hex | B2 | CD | DF | 14 | 8 | 0 | D | CC | 29 | 4F |
| Octal | 262 | 315 | 337 | 24 | 10 | 0 | 15 | 314 | 51 | 117 |
| Binary | 10110010 | 11001101 | 11011111 | 10100 | 1000 | 0 | 1101 | 11001100 | 101001 | 1001111 |
Color Harmonies of #B2CDDF
Complementary color
Monochromatic Colors of #B2CDDF
Black with #B2CDDF
Text Example
Text Example
White with #B2CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CDDF; }
p { color: rgb(178,205,223); }
H1.HeaderClassName
{
color: #B2CDDF;
}
.AnyTagClassName
{
color: #B2CDDF;
}
</style>
background-color css
<style>
a { background-color: #B2CDDF; }
a { background-color: rgb(178,205,223); }
div.DivClassName
{
background-color: #B2CDDF;
}
.BgClassName
{
background-color: #B2CDDF;
}
</style>
border-color css
<style>
span { border-color: #B2CDDF; }
span { border-color: rgb(178,205,223); }
td.TdClassName
{
border-color: #B2CDDF;
}
.TagClassName
{
border-color: #B2CDDF;
}
</style>