#BDDCDA

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

Shades of Zumthor #BDDCDA

Tints of Zumthor #BDDCDA

Color information

#BDDCDA (or 0xBDDCDA) is unknown color: approx Zumthor. HEX triplet: BD, DC and DA. RGB value is (189,220,218). Sum of RGB (Red+Green+Blue) = 189+220+218=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCDA is #422325. Grayscale: #D2D2D2. Windows color (decimal): -4334374 or 14343357. OLE color: 14343357.

HSL color Cylindrical-coordinate representation of color #BDDCDA: hue angle of 176.13º degrees, saturation: 0.31, 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 #BDDCDA is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB189220218-
CMYK0.1400.010.14
HSL176.13º30.69%80.2%-
HSV(B)176.13º14.09%86.27%-
XYZ59.2367.0776.15-
YUV210.5132.23112.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.14%
GREEN value IS 220 (86.33% from 255) = 35.09%
BLUE value IS 218 (85.55% from 255) = 34.77%
R=30.14%
G=35.09%
B=34.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892202180.1400.010.14176.1330.6980.2
HexBDDCDAE01Eb01f50
Octal27533433216011626037120
Binary101111011101110011011010111001111010110000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDCDA; }

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

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

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

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

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

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

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

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