Shades of Spindle #B5CDDB
Tints of Spindle #B5CDDB
RGB
CMYK
RGB Variations
Color information
#B5CDDB (or 0xB5CDDB) is known color: Spindle. HEX triplet: B5, CD and DB. RGB value is (181,205,219). Sum of RGB (Red+Green+Blue) = 181+205+219=605 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.92% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #B5CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CDDB is #4A3224. Grayscale: #C7C7C7. Windows color (decimal): -4862501 or 14405045. OLE color: 14405045.
HSL color Cylindrical-coordinate representation of color #B5CDDB: hue angle of 202.11º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5CDDB is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 181 | 205 | 219 | - |
CMYK | 0.17 | 0.06 | 0 | 0.14 |
HSL | 202.11º | 0.35% | 0.78% | - |
HSV(B) | 202.11º | 0.17% | 0.86% | - |
XYZ | 53.67 | 58.6 | 75.5 | - |
YUV | 199.42 | 139.05 | 114.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 205 | 219 | 0.17 | 0.06 | 0 | 0.14 | 202.11 | 0.35 | 0.78 |
Hex | B5 | CD | DB | 11 | 6 | 0 | E | CA | 23 | 4E |
Octal | 265 | 315 | 333 | 21 | 6 | 0 | 16 | 312 | 43 | 116 |
Binary | 10110101 | 11001101 | 11011011 | 10001 | 110 | 0 | 1110 | 11001010 | 100011 | 1001110 |
Color Harmonies of #B5CDDB
Complementary color
Monochromatic Colors of #B5CDDB
Black with #B5CDDB
Text Example
Text Example
White with #B5CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CDDB; }
p { color: rgb(181,205,219); }
H1.HeaderClassName
{
color: #B5CDDB;
}
.AnyTagClassName
{
color: #B5CDDB;
}
</style>
background-color css
<style>
a { background-color: #B5CDDB; }
a { background-color: rgb(181,205,219); }
div.DivClassName
{
background-color: #B5CDDB;
}
.BgClassName
{
background-color: #B5CDDB;
}
</style>
border-color css
<style>
span { border-color: #B5CDDB; }
span { border-color: rgb(181,205,219); }
td.TdClassName
{
border-color: #B5CDDB;
}
.TagClassName
{
border-color: #B5CDDB;
}
</style>