#BDDBDA

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

Shades of Zumthor #BDDBDA

Tints of Zumthor #BDDBDA

Color information

#BDDBDA (or 0xBDDBDA) is unknown color: approx Zumthor. HEX triplet: BD, DB and DA. RGB value is (189,219,218). Sum of RGB (Red+Green+Blue) = 189+219+218=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBDA is #422425. Grayscale: #D1D1D1. Windows color (decimal): -4334630 or 14343101. OLE color: 14343101.

HSL color Cylindrical-coordinate representation of color #BDDBDA: hue angle of 178º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDBDA is Cyan = 0.14, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB189219218-
CMYK0.1400.000.14
HSL178º29.41%80%-
HSV(B)178º13.7%85.88%-
XYZ58.9766.5476.07-
YUV209.92132.56113.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.19%
GREEN value IS 219 (85.94% from 255) = 34.98%
BLUE value IS 218 (85.55% from 255) = 34.82%
R=30.19%
G=34.98%
B=34.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892192180.1400.000.1417829.4180
HexBDDBDAE00Eb21d50
Octal27533333216001626235120
Binary101111011101101111011010111000111010110010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBDA; }

 p { color: rgb(189,219,218); }

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

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

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

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

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

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

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