#BDD4D6

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

Shades of Zumthor #BDD4D6

Tints of Zumthor #BDD4D6

Color information

#BDD4D6 (or 0xBDD4D6) is unknown color: approx Zumthor. HEX triplet: BD, D4 and D6. RGB value is (189,212,214). Sum of RGB (Red+Green+Blue) = 189+212+214=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 214 (83.98% from 255 or 34.80% from 615); Max value from RGB is 214 - color contains mainly: blue. Hex color #BDD4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD4D6 is #422B29. Grayscale: #CDCDCD. Windows color (decimal): -4336426 or 14079165. OLE color: 14079165.

HSL color Cylindrical-coordinate representation of color #BDD4D6: hue angle of 184.8º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD4D6 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189212214-
CMYK0.120.0100.16
HSL184.8º23.36%79.02%-
HSV(B)184.8º11.68%83.92%-
XYZ56.6762.7672.75-
YUV205.35132.88116.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.73%
GREEN value IS 212 (83.20% from 255) = 34.47%
BLUE value IS 214 (83.98% from 255) = 34.80%
R=30.73%
G=34.47%
B=34.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892122140.120.0100.16184.823.3679.02
HexBDD4D6C1010b9174f
Octal27532432614102027127117
Binary1011110111010100110101101100101000010111001101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD4D6; }

 p { color: rgb(189,212,214); }

 H1.HeaderClassName
 {
   color: #BDD4D6;
 }
 .AnyTagClassName
 {
   color: #BDD4D6;
 }
</style>
background-color css

<style>
 a { background-color: #BDD4D6; }

 a { background-color: rgb(189,212,214); }

 div.DivClassName
 {
   background-color: #BDD4D6;
 }
 .BgClassName
 {
   background-color: #BDD4D6;
 }
</style>
border-color css

<style>
 span { border-color: #BDD4D6; }

 span { border-color: rgb(189,212,214); }

 td.TdClassName
 {
   border-color: #BDD4D6;
 }
 .TagClassName
 {
   border-color: #BDD4D6;
 }
</style>