Shades of Spindle #B5CEDF
Tints of Spindle #B5CEDF
RGB
CMYK
RGB Variations
Color information
#B5CEDF (or 0xB5CEDF) is known color: Spindle. HEX triplet: B5, CE and DF. RGB value is (181,206,223). Sum of RGB (Red+Green+Blue) = 181+206+223=610 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.67% from 610); Green value is 206 (80.86% from 255 or 33.77% 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 #B5CEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CEDF is #4A3120. Grayscale: #C8C8C8. Windows color (decimal): -4862241 or 14667445. OLE color: 14667445.
HSL color Cylindrical-coordinate representation of color #B5CEDF: hue angle of 204.29º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5CEDF is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 206 | 223 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.13 |
| HSL | 204.29º | 0.4% | 0.79% | - |
| HSV(B) | 204.29º | 0.19% | 0.87% | - |
| XYZ | 54.45 | 59.29 | 78.39 | - |
| YUV | 200.46 | 140.72 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 223 | 0.19 | 0.08 | 0 | 0.13 | 204.29 | 0.4 | 0.79 |
| Hex | B5 | CE | DF | 13 | 8 | 0 | D | CC | 28 | 4F |
| Octal | 265 | 316 | 337 | 23 | 10 | 0 | 15 | 314 | 50 | 117 |
| Binary | 10110101 | 11001110 | 11011111 | 10011 | 1000 | 0 | 1101 | 11001100 | 101000 | 1001111 |
Color Harmonies of #B5CEDF
Complementary color
Monochromatic Colors of #B5CEDF
Black with #B5CEDF
Text Example
Text Example
White with #B5CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CEDF; }
p { color: rgb(181,206,223); }
H1.HeaderClassName
{
color: #B5CEDF;
}
.AnyTagClassName
{
color: #B5CEDF;
}
</style>
background-color css
<style>
a { background-color: #B5CEDF; }
a { background-color: rgb(181,206,223); }
div.DivClassName
{
background-color: #B5CEDF;
}
.BgClassName
{
background-color: #B5CEDF;
}
</style>
border-color css
<style>
span { border-color: #B5CEDF; }
span { border-color: rgb(181,206,223); }
td.TdClassName
{
border-color: #B5CEDF;
}
.TagClassName
{
border-color: #B5CEDF;
}
</style>