#BDD7D7

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

Shades of Zumthor #BDD7D7

Tints of Zumthor #BDD7D7

Color information

#BDD7D7 (or 0xBDD7D7) is unknown color: approx Zumthor. HEX triplet: BD, D7 and D7. RGB value is (189,215,215). Sum of RGB (Red+Green+Blue) = 189+215+215=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 215 (84.38% from 255 or 34.73% from 619); Blue value is 215 (84.38% from 255 or 34.73% from 619); Max value from RGB is 215 - color contains mainly: green, blue. Hex color #BDD7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7D7 is #422828. Grayscale: #CFCFCF. Windows color (decimal): -4335657 or 14145469. OLE color: 14145469.

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

Color convert

RGB189215215-
CMYK0.12000.16
HSL180º24.53%79.22%-
HSV(B)180º12.09%84.31%-
XYZ57.5564.3373.67-
YUV207.23132.39115-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.53%
GREEN value IS 215 (84.38% from 255) = 34.73%
BLUE value IS 215 (84.38% from 255) = 34.73%
R=30.53%
G=34.73%
B=34.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892152150.12000.1618024.5379.22
HexBDD7D7C0010b4194f
Octal27532732714002026431117
Binary1011110111010111110101111100001000010110100110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD7D7; }

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

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

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

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

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

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

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

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