#BDD2D7

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

Shades of Zumthor #BDD2D7

Tints of Zumthor #BDD2D7

Color information

#BDD2D7 (or 0xBDD2D7) is unknown color: approx Zumthor. HEX triplet: BD, D2 and D7. RGB value is (189,210,215). Sum of RGB (Red+Green+Blue) = 189+210+215=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 215 (84.38% from 255 or 35.02% from 614); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDD2D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2D7 is #422D28. Grayscale: #CCCCCC. Windows color (decimal): -4336937 or 14144189. OLE color: 14144189.

HSL color Cylindrical-coordinate representation of color #BDD2D7: hue angle of 191.54º degrees, saturation: 0.25, 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 #BDD2D7 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189210215-
CMYK0.120.0200.16
HSL191.54º24.53%79.22%-
HSV(B)191.54º12.09%84.31%-
XYZ56.361.8273.25-
YUV204.29134.04117.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.78%
GREEN value IS 210 (82.42% from 255) = 34.20%
BLUE value IS 215 (84.38% from 255) = 35.02%
R=30.78%
G=34.20%
B=35.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892102150.120.0200.16191.5424.5379.22
HexBDD2D7C2010c0194f
Octal27532232714202030031117
Binary10111101110100101101011111001001000011000000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD2D7; }

 p { color: rgb(189,210,215); }

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

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

 a { background-color: rgb(189,210,215); }

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

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

 span { border-color: rgb(189,210,215); }

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