Shades of Spindle #B8CEDD
Tints of Spindle #B8CEDD
RGB
CMYK
RGB Variations
Color information
#B8CEDD (or 0xB8CEDD) is known color: Spindle. HEX triplet: B8, CE and DD. RGB value is (184,206,221). Sum of RGB (Red+Green+Blue) = 184+206+221=611 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.11% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #B8CEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CEDD is #473122. Grayscale: #C9C9C9. Windows color (decimal): -4665635 or 14536376. OLE color: 14536376.
HSL color Cylindrical-coordinate representation of color #B8CEDD: hue angle of 204.32º degrees, saturation: 0.35, 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 #B8CEDD is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 184 | 206 | 221 | - |
CMYK | 0.17 | 0.07 | 0 | 0.13 |
HSL | 204.32º | 0.35% | 0.79% | - |
HSV(B) | 204.32º | 0.17% | 0.87% | - |
XYZ | 54.89 | 59.55 | 77.01 | - |
YUV | 201.13 | 139.21 | 115.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 206 | 221 | 0.17 | 0.07 | 0 | 0.13 | 204.32 | 0.35 | 0.79 |
Hex | B8 | CE | DD | 11 | 7 | 0 | D | CC | 23 | 4F |
Octal | 270 | 316 | 335 | 21 | 7 | 0 | 15 | 314 | 43 | 117 |
Binary | 10111000 | 11001110 | 11011101 | 10001 | 111 | 0 | 1101 | 11001100 | 100011 | 1001111 |
Color Harmonies of #B8CEDD
Complementary color
Monochromatic Colors of #B8CEDD
Black with #B8CEDD
Text Example
Text Example
White with #B8CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CEDD; }
p { color: rgb(184,206,221); }
H1.HeaderClassName
{
color: #B8CEDD;
}
.AnyTagClassName
{
color: #B8CEDD;
}
</style>
background-color css
<style>
a { background-color: #B8CEDD; }
a { background-color: rgb(184,206,221); }
div.DivClassName
{
background-color: #B8CEDD;
}
.BgClassName
{
background-color: #B8CEDD;
}
</style>
border-color css
<style>
span { border-color: #B8CEDD; }
span { border-color: rgb(184,206,221); }
td.TdClassName
{
border-color: #B8CEDD;
}
.TagClassName
{
border-color: #B8CEDD;
}
</style>