Shades of Spindle #B6CDDD
Tints of Spindle #B6CDDD
RGB
CMYK
RGB Variations
Color information
#B6CDDD (or 0xB6CDDD) is known color: Spindle. HEX triplet: B6, CD and DD. RGB value is (182,205,221). Sum of RGB (Red+Green+Blue) = 182+205+221=608 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.93% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CDDD is #493222. Grayscale: #C7C7C7. Windows color (decimal): -4796963 or 14536118. OLE color: 14536118.
HSL color Cylindrical-coordinate representation of color #B6CDDD: hue angle of 204.62º degrees, saturation: 0.36, 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 #B6CDDD is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 182 | 205 | 221 | - |
CMYK | 0.18 | 0.07 | 0 | 0.13 |
HSL | 204.62º | 0.36% | 0.79% | - |
HSV(B) | 204.62º | 0.18% | 0.87% | - |
XYZ | 54.17 | 58.83 | 76.91 | - |
YUV | 199.95 | 139.88 | 115.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 205 | 221 | 0.18 | 0.07 | 0 | 0.13 | 204.62 | 0.36 | 0.79 |
Hex | B6 | CD | DD | 12 | 7 | 0 | D | CD | 24 | 4F |
Octal | 266 | 315 | 335 | 22 | 7 | 0 | 15 | 315 | 44 | 117 |
Binary | 10110110 | 11001101 | 11011101 | 10010 | 111 | 0 | 1101 | 11001101 | 100100 | 1001111 |
Color Harmonies of #B6CDDD
Complementary color
Monochromatic Colors of #B6CDDD
Black with #B6CDDD
Text Example
Text Example
White with #B6CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CDDD; }
p { color: rgb(182,205,221); }
H1.HeaderClassName
{
color: #B6CDDD;
}
.AnyTagClassName
{
color: #B6CDDD;
}
</style>
background-color css
<style>
a { background-color: #B6CDDD; }
a { background-color: rgb(182,205,221); }
div.DivClassName
{
background-color: #B6CDDD;
}
.BgClassName
{
background-color: #B6CDDD;
}
</style>
border-color css
<style>
span { border-color: #B6CDDD; }
span { border-color: rgb(182,205,221); }
td.TdClassName
{
border-color: #B6CDDD;
}
.TagClassName
{
border-color: #B6CDDD;
}
</style>