Shades of Tiara #B5CDC2
Tints of Tiara #B5CDC2
RGB
CMYK
RGB Variations
Color information
#B5CDC2 (or 0xB5CDC2) is known color: Tiara. HEX triplet: B5, CD and C2. RGB value is (181,205,194). Sum of RGB (Red+Green+Blue) = 181+205+194=580 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.21% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 194 (76.17% from 255 or 33.45% from 580); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CDC2 is #4A323D. Grayscale: #C4C4C4. Windows color (decimal): -4862526 or 12766645. OLE color: 12766645.
HSL color Cylindrical-coordinate representation of color #B5CDC2: hue angle of 152.5º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5CDC2 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
RGB | 181 | 205 | 194 | - |
CMYK | 0.12 | 0 | 0.05 | 0.20 |
HSL | 152.5º | 0.19% | 0.76% | - |
HSV(B) | 152.5º | 0.12% | 0.8% | - |
XYZ | 50.62 | 57.38 | 59.45 | - |
YUV | 196.57 | 126.55 | 116.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 205 | 194 | 0.12 | 0 | 0.05 | 0.20 | 152.5 | 0.19 | 0.76 |
Hex | B5 | CD | C2 | C | 0 | 5 | 14 | 98 | 13 | 4C |
Octal | 265 | 315 | 302 | 14 | 0 | 5 | 24 | 230 | 23 | 114 |
Binary | 10110101 | 11001101 | 11000010 | 1100 | 0 | 101 | 10100 | 10011000 | 10011 | 1001100 |
Color Harmonies of #B5CDC2
Complementary color
Monochromatic Colors of #B5CDC2
Black with #B5CDC2
Text Example
Text Example
White with #B5CDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CDC2; }
p { color: rgb(181,205,194); }
H1.HeaderClassName
{
color: #B5CDC2;
}
.AnyTagClassName
{
color: #B5CDC2;
}
</style>
background-color css
<style>
a { background-color: #B5CDC2; }
a { background-color: rgb(181,205,194); }
div.DivClassName
{
background-color: #B5CDC2;
}
.BgClassName
{
background-color: #B5CDC2;
}
</style>
border-color css
<style>
span { border-color: #B5CDC2; }
span { border-color: rgb(181,205,194); }
td.TdClassName
{
border-color: #B5CDC2;
}
.TagClassName
{
border-color: #B5CDC2;
}
</style>