Shades of Spindle #B6CFDF
Tints of Spindle #B6CFDF
RGB
CMYK
RGB Variations
Color information
#B6CFDF (or 0xB6CFDF) is known color: Spindle. HEX triplet: B6, CF and DF. RGB value is (182,207,223). Sum of RGB (Red+Green+Blue) = 182+207+223=612 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.74% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #B6CFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CFDF is #493020. Grayscale: #C9C9C9. Windows color (decimal): -4796449 or 14667702. OLE color: 14667702.
HSL color Cylindrical-coordinate representation of color #B6CFDF: hue angle of 203.41º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6CFDF is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 207 | 223 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.13 |
| HSL | 203.41º | 0.39% | 0.79% | - |
| HSV(B) | 203.41º | 0.18% | 0.87% | - |
| XYZ | 54.92 | 59.9 | 78.48 | - |
| YUV | 201.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 207 | 223 | 0.18 | 0.07 | 0 | 0.13 | 203.41 | 0.39 | 0.79 |
| Hex | B6 | CF | DF | 12 | 7 | 0 | D | CB | 27 | 4F |
| Octal | 266 | 317 | 337 | 22 | 7 | 0 | 15 | 313 | 47 | 117 |
| Binary | 10110110 | 11001111 | 11011111 | 10010 | 111 | 0 | 1101 | 11001011 | 100111 | 1001111 |
Color Harmonies of #B6CFDF
Complementary color
Monochromatic Colors of #B6CFDF
Black with #B6CFDF
Text Example
Text Example
White with #B6CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CFDF; }
p { color: rgb(182,207,223); }
H1.HeaderClassName
{
color: #B6CFDF;
}
.AnyTagClassName
{
color: #B6CFDF;
}
</style>
background-color css
<style>
a { background-color: #B6CFDF; }
a { background-color: rgb(182,207,223); }
div.DivClassName
{
background-color: #B6CFDF;
}
.BgClassName
{
background-color: #B6CFDF;
}
</style>
border-color css
<style>
span { border-color: #B6CFDF; }
span { border-color: rgb(182,207,223); }
td.TdClassName
{
border-color: #B6CFDF;
}
.TagClassName
{
border-color: #B6CFDF;
}
</style>