Shades of Spindle #B5CDDD
Tints of Spindle #B5CDDD
RGB
CMYK
RGB Variations
Color information
#B5CDDD (or 0xB5CDDD) is known color: Spindle. HEX triplet: B5, CD and DD. RGB value is (181,205,221). Sum of RGB (Red+Green+Blue) = 181+205+221=607 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.82% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CDDD is #4A3222. Grayscale: #C7C7C7. Windows color (decimal): -4862499 or 14536117. OLE color: 14536117.
HSL color Cylindrical-coordinate representation of color #B5CDDD: hue angle of 204º 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 #B5CDDD is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 181 | 205 | 221 | - |
CMYK | 0.18 | 0.07 | 0 | 0.13 |
HSL | 204º | 0.37% | 0.79% | - |
HSV(B) | 204º | 0.18% | 0.87% | - |
XYZ | 53.94 | 58.71 | 76.9 | - |
YUV | 199.65 | 140.05 | 114.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 205 | 221 | 0.18 | 0.07 | 0 | 0.13 | 204 | 0.37 | 0.79 |
Hex | B5 | CD | DD | 12 | 7 | 0 | D | CC | 25 | 4F |
Octal | 265 | 315 | 335 | 22 | 7 | 0 | 15 | 314 | 45 | 117 |
Binary | 10110101 | 11001101 | 11011101 | 10010 | 111 | 0 | 1101 | 11001100 | 100101 | 1001111 |
Color Harmonies of #B5CDDD
Complementary color
Monochromatic Colors of #B5CDDD
Black with #B5CDDD
Text Example
Text Example
White with #B5CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CDDD; }
p { color: rgb(181,205,221); }
H1.HeaderClassName
{
color: #B5CDDD;
}
.AnyTagClassName
{
color: #B5CDDD;
}
</style>
background-color css
<style>
a { background-color: #B5CDDD; }
a { background-color: rgb(181,205,221); }
div.DivClassName
{
background-color: #B5CDDD;
}
.BgClassName
{
background-color: #B5CDDD;
}
</style>
border-color css
<style>
span { border-color: #B5CDDD; }
span { border-color: rgb(181,205,221); }
td.TdClassName
{
border-color: #B5CDDD;
}
.TagClassName
{
border-color: #B5CDDD;
}
</style>