Shades of Spindle #B7CFDE
Tints of Spindle #B7CFDE
RGB
CMYK
RGB Variations
Color information
#B7CFDE (or 0xB7CFDE) is known color: Spindle. HEX triplet: B7, CF and DE. RGB value is (183,207,222). Sum of RGB (Red+Green+Blue) = 183+207+222=612 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.90% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #B7CFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CFDE is #483021. Grayscale: #C9C9C9. Windows color (decimal): -4730914 or 14602167. OLE color: 14602167.
HSL color Cylindrical-coordinate representation of color #B7CFDE: hue angle of 203.08º degrees, saturation: 0.37, 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 #B7CFDE is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 207 | 222 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.13 |
| HSL | 203.08º | 0.37% | 0.79% | - |
| HSV(B) | 203.08º | 0.18% | 0.87% | - |
| XYZ | 55.03 | 59.97 | 77.78 | - |
| YUV | 201.53 | 139.55 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 222 | 0.18 | 0.07 | 0 | 0.13 | 203.08 | 0.37 | 0.79 |
| Hex | B7 | CF | DE | 12 | 7 | 0 | D | CB | 25 | 4F |
| Octal | 267 | 317 | 336 | 22 | 7 | 0 | 15 | 313 | 45 | 117 |
| Binary | 10110111 | 11001111 | 11011110 | 10010 | 111 | 0 | 1101 | 11001011 | 100101 | 1001111 |
Color Harmonies of #B7CFDE
Complementary color
Monochromatic Colors of #B7CFDE
Black with #B7CFDE
Text Example
Text Example
White with #B7CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CFDE; }
p { color: rgb(183,207,222); }
H1.HeaderClassName
{
color: #B7CFDE;
}
.AnyTagClassName
{
color: #B7CFDE;
}
</style>
background-color css
<style>
a { background-color: #B7CFDE; }
a { background-color: rgb(183,207,222); }
div.DivClassName
{
background-color: #B7CFDE;
}
.BgClassName
{
background-color: #B7CFDE;
}
</style>
border-color css
<style>
span { border-color: #B7CFDE; }
span { border-color: rgb(183,207,222); }
td.TdClassName
{
border-color: #B7CFDE;
}
.TagClassName
{
border-color: #B7CFDE;
}
</style>