#BDD4D4

Color #BDD4D4 Zumthor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zumthor #BDD4D4

Tints of Zumthor #BDD4D4

Color information

#BDD4D4 (or 0xBDD4D4) is unknown color: approx 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

RGB189212212-
CMYK0.11000.17
HSL180º21.1%78.63%-
HSV(B)180º10.85%83.14%-
XYZ56.4162.6671.41-
YUV205.12131.88116.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 30.83%
GREEN value IS 212 (83.20% from 255) = 34.58%
BLUE value IS 212 (83.20% from 255) = 34.58%
R=30.83%
G=34.58%
B=34.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892122120.11000.1718021.178.63
HexBDD4D4B0011b4154f
Octal27532432413002126425117
Binary1011110111010100110101001011001000110110100101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>