Shades of Zumthor #BDD4D4
Tints of Zumthor #BDD4D4
RGB
CMYK
RGB Variations
Color information
#BDD4D4 (or 0xBDD4D4) is known color: Zumthor. HEX triplet: BD, D4 and D4. RGB value is (189,212,212). Sum of RGB (Red+Green+Blue) = 189+212+212=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 212 (83.20% from 255 or 34.58% from 613); Max value from RGB is 212 - color contains mainly: green, blue. Hex color #BDD4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD4D4 is #422B2B. Grayscale: #CDCDCD. Windows color (decimal): -4336428 or 13948093. OLE color: 13948093.
HSL color Cylindrical-coordinate representation of color #BDD4D4: hue angle of 180º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDD4D4 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 189 | 212 | 212 | - |
CMYK | 0.11 | 0 | 0 | 0.17 |
HSL | 180º | 0.21% | 0.79% | - |
HSV(B) | 180º | 0.11% | 0.83% | - |
XYZ | 56.41 | 62.66 | 71.41 | - |
YUV | 205.12 | 131.88 | 116.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 212 | 212 | 0.11 | 0 | 0 | 0.17 | 180 | 0.21 | 0.79 |
Hex | BD | D4 | D4 | B | 0 | 0 | 11 | B4 | 15 | 4F |
Octal | 275 | 324 | 324 | 13 | 0 | 0 | 21 | 264 | 25 | 117 |
Binary | 10111101 | 11010100 | 11010100 | 1011 | 0 | 0 | 10001 | 10110100 | 10101 | 1001111 |
Color Harmonies of #BDD4D4
Complementary color
Monochromatic Colors of #BDD4D4
Black with #BDD4D4
Text Example
Text Example
White with #BDD4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD4D4; }
p { color: rgb(189,212,212); }
H1.HeaderClassName
{
color: #BDD4D4;
}
.AnyTagClassName
{
color: #BDD4D4;
}
</style>
background-color css
<style>
a { background-color: #BDD4D4; }
a { background-color: rgb(189,212,212); }
div.DivClassName
{
background-color: #BDD4D4;
}
.BgClassName
{
background-color: #BDD4D4;
}
</style>
border-color css
<style>
span { border-color: #BDD4D4; }
span { border-color: rgb(189,212,212); }
td.TdClassName
{
border-color: #BDD4D4;
}
.TagClassName
{
border-color: #BDD4D4;
}
</style>