Shades of Spindle #B7CBDF
Tints of Spindle #B7CBDF
RGB
CMYK
RGB Variations
Color information
#B7CBDF (or 0xB7CBDF) is known color: Spindle. HEX triplet: B7, CB and DF. RGB value is (183,203,223). Sum of RGB (Red+Green+Blue) = 183+203+223=609 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.05% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #B7CBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CBDF is #483420. Grayscale: #C7C7C7. Windows color (decimal): -4731937 or 14666679. OLE color: 14666679.
HSL color Cylindrical-coordinate representation of color #B7CBDF: hue angle of 210º 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 #B7CBDF is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 183 | 203 | 223 | - |
CMYK | 0.18 | 0.09 | 0 | 0.13 |
HSL | 210º | 0.38% | 0.8% | - |
HSV(B) | 210º | 0.18% | 0.87% | - |
XYZ | 54.2 | 58.11 | 78.17 | - |
YUV | 199.3 | 141.37 | 116.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 203 | 223 | 0.18 | 0.09 | 0 | 0.13 | 210 | 0.38 | 0.8 |
Hex | B7 | CB | DF | 12 | 9 | 0 | D | D2 | 26 | 50 |
Octal | 267 | 313 | 337 | 22 | 11 | 0 | 15 | 322 | 46 | 120 |
Binary | 10110111 | 11001011 | 11011111 | 10010 | 1001 | 0 | 1101 | 11010010 | 100110 | 1010000 |
Color Harmonies of #B7CBDF
Complementary color
Monochromatic Colors of #B7CBDF
Black with #B7CBDF
Text Example
Text Example
White with #B7CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CBDF; }
p { color: rgb(183,203,223); }
H1.HeaderClassName
{
color: #B7CBDF;
}
.AnyTagClassName
{
color: #B7CBDF;
}
</style>
background-color css
<style>
a { background-color: #B7CBDF; }
a { background-color: rgb(183,203,223); }
div.DivClassName
{
background-color: #B7CBDF;
}
.BgClassName
{
background-color: #B7CBDF;
}
</style>
border-color css
<style>
span { border-color: #B7CBDF; }
span { border-color: rgb(183,203,223); }
td.TdClassName
{
border-color: #B7CBDF;
}
.TagClassName
{
border-color: #B7CBDF;
}
</style>