Shades of Spindle #B7CDDD
Tints of Spindle #B7CDDD
RGB
CMYK
RGB Variations
Color information
#B7CDDD (or 0xB7CDDD) is known color: Spindle. HEX triplet: B7, CD and DD. RGB value is (183,205,221). Sum of RGB (Red+Green+Blue) = 183+205+221=609 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.05% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #B7CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CDDD is #483222. Grayscale: #C8C8C8. Windows color (decimal): -4731427 or 14536119. OLE color: 14536119.
HSL color Cylindrical-coordinate representation of color #B7CDDD: hue angle of 205.26º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7CDDD is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 183 | 205 | 221 | - |
CMYK | 0.17 | 0.07 | 0 | 0.13 |
HSL | 205.26º | 0.36% | 0.79% | - |
HSV(B) | 205.26º | 0.17% | 0.87% | - |
XYZ | 54.41 | 58.95 | 76.92 | - |
YUV | 200.25 | 139.71 | 115.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 205 | 221 | 0.17 | 0.07 | 0 | 0.13 | 205.26 | 0.36 | 0.79 |
Hex | B7 | CD | DD | 11 | 7 | 0 | D | CD | 24 | 4F |
Octal | 267 | 315 | 335 | 21 | 7 | 0 | 15 | 315 | 44 | 117 |
Binary | 10110111 | 11001101 | 11011101 | 10001 | 111 | 0 | 1101 | 11001101 | 100100 | 1001111 |
Color Harmonies of #B7CDDD
Complementary color
Monochromatic Colors of #B7CDDD
Black with #B7CDDD
Text Example
Text Example
White with #B7CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CDDD; }
p { color: rgb(183,205,221); }
H1.HeaderClassName
{
color: #B7CDDD;
}
.AnyTagClassName
{
color: #B7CDDD;
}
</style>
background-color css
<style>
a { background-color: #B7CDDD; }
a { background-color: rgb(183,205,221); }
div.DivClassName
{
background-color: #B7CDDD;
}
.BgClassName
{
background-color: #B7CDDD;
}
</style>
border-color css
<style>
span { border-color: #B7CDDD; }
span { border-color: rgb(183,205,221); }
td.TdClassName
{
border-color: #B7CDDD;
}
.TagClassName
{
border-color: #B7CDDD;
}
</style>