Shades of Spindle #B7CCDF
Tints of Spindle #B7CCDF
RGB
CMYK
RGB Variations
Color information
#B7CCDF (or 0xB7CCDF) is known color: Spindle. HEX triplet: B7, CC and DF. RGB value is (183,204,223). Sum of RGB (Red+Green+Blue) = 183+204+223=610 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #B7CCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CCDF is #483320. Grayscale: #C7C7C7. Windows color (decimal): -4731681 or 14666935. OLE color: 14666935.
HSL color Cylindrical-coordinate representation of color #B7CCDF: hue angle of 208.5º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7CCDF is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 183 | 204 | 223 | - |
CMYK | 0.18 | 0.09 | 0 | 0.13 |
HSL | 208.5º | 0.38% | 0.8% | - |
HSV(B) | 208.5º | 0.18% | 0.87% | - |
XYZ | 54.44 | 58.58 | 78.25 | - |
YUV | 199.89 | 141.04 | 115.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 204 | 223 | 0.18 | 0.09 | 0 | 0.13 | 208.5 | 0.38 | 0.8 |
Hex | B7 | CC | DF | 12 | 9 | 0 | D | D0 | 26 | 50 |
Octal | 267 | 314 | 337 | 22 | 11 | 0 | 15 | 320 | 46 | 120 |
Binary | 10110111 | 11001100 | 11011111 | 10010 | 1001 | 0 | 1101 | 11010000 | 100110 | 1010000 |
Color Harmonies of #B7CCDF
Complementary color
Monochromatic Colors of #B7CCDF
Black with #B7CCDF
Text Example
Text Example
White with #B7CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CCDF; }
p { color: rgb(183,204,223); }
H1.HeaderClassName
{
color: #B7CCDF;
}
.AnyTagClassName
{
color: #B7CCDF;
}
</style>
background-color css
<style>
a { background-color: #B7CCDF; }
a { background-color: rgb(183,204,223); }
div.DivClassName
{
background-color: #B7CCDF;
}
.BgClassName
{
background-color: #B7CCDF;
}
</style>
border-color css
<style>
span { border-color: #B7CCDF; }
span { border-color: rgb(183,204,223); }
td.TdClassName
{
border-color: #B7CCDF;
}
.TagClassName
{
border-color: #B7CCDF;
}
</style>