Shades of Spindle #B9CEDA
Tints of Spindle #B9CEDA
RGB
CMYK
RGB Variations
Color information
#B9CEDA (or 0xB9CEDA) is known color: Spindle. HEX triplet: B9, CE and DA. RGB value is (185,206,218). Sum of RGB (Red+Green+Blue) = 185+206+218=609 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.38% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 218 - color contains mainly: blue. Hex color #B9CEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CEDA is #463125. Grayscale: #C9C9C9. Windows color (decimal): -4600102 or 14339769. OLE color: 14339769.
HSL color Cylindrical-coordinate representation of color #B9CEDA: hue angle of 201.82º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9CEDA is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 185 | 206 | 218 | - |
CMYK | 0.15 | 0.06 | 0 | 0.15 |
HSL | 201.82º | 0.31% | 0.79% | - |
HSV(B) | 201.82º | 0.15% | 0.85% | - |
XYZ | 54.73 | 59.52 | 74.93 | - |
YUV | 201.09 | 137.54 | 116.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 206 | 218 | 0.15 | 0.06 | 0 | 0.15 | 201.82 | 0.31 | 0.79 |
Hex | B9 | CE | DA | F | 6 | 0 | F | CA | 1F | 4F |
Octal | 271 | 316 | 332 | 17 | 6 | 0 | 17 | 312 | 37 | 117 |
Binary | 10111001 | 11001110 | 11011010 | 1111 | 110 | 0 | 1111 | 11001010 | 11111 | 1001111 |
Color Harmonies of #B9CEDA
Complementary color
Monochromatic Colors of #B9CEDA
Black with #B9CEDA
Text Example
Text Example
White with #B9CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CEDA; }
p { color: rgb(185,206,218); }
H1.HeaderClassName
{
color: #B9CEDA;
}
.AnyTagClassName
{
color: #B9CEDA;
}
</style>
background-color css
<style>
a { background-color: #B9CEDA; }
a { background-color: rgb(185,206,218); }
div.DivClassName
{
background-color: #B9CEDA;
}
.BgClassName
{
background-color: #B9CEDA;
}
</style>
border-color css
<style>
span { border-color: #B9CEDA; }
span { border-color: rgb(185,206,218); }
td.TdClassName
{
border-color: #B9CEDA;
}
.TagClassName
{
border-color: #B9CEDA;
}
</style>