Html Css Color HEX #BDDBD9 Zumthor

📋 copy color: '#BDDBD9'

red 189 ◦ green 219 ◦ blue 217

#BDDBD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zumthor #BDDBD9

Tints of Zumthor #BDDBD9

RGB

 RED value IS 189 (74.22% from 255) = 30.24%

 GREEN value IS 219 (85.94% from 255) = 35.04%

 BLUE value IS 217 (85.16% from 255) = 34.72%

R = 30.24%
G = 35.04%
B = 34.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#BDDBD9 (or 0xBDDBD9) is known color: Zumthor. HEX triplet: BD, DB and D9. RGB value is (189,219,217). Sum of RGB (Red+Green+Blue) = 189+219+217=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 217 (85.16% from 255 or 34.72% from 625); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBD9 is #422426. Grayscale: #D1D1D1. Windows color (decimal): -4334631 or 14277565. OLE color: 14277565.

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

Color convert

RGB 189 219 217 -
CMYK 0.14 0 0.01 0.14
HSL 176º 0.29% 0.8% -
HSV(B) 176º 0.14% 0.86% -
XYZ 58.84 66.49 75.38 -
YUV 209.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 189 219 217 0.14 0 0.01 0.14 176 0.29 0.8
Hex BD DB D9 E 0 1 E B0 1D 50
Octal 275 333 331 16 0 1 16 260 35 120
Binary 10111101 11011011 11011001 1110 0 1 1110 10110000 11101 1010000

Color Harmonies of #BDDBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDBD9

Black with #BDDBD9

Text Example


Text Example

White with #BDDBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDBD9; }

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

 H1.HeaderClassName
 {
   color: #BDDBD9;
 }
 .AnyTagClassName
 {
   color: #BDDBD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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