Html Css Color HEX #BDD7D9 Zumthor

📋 copy color: '#BDD7D9'

red 189 ◦ green 215 ◦ blue 217

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

Shades of Zumthor #BDD7D9

Tints of Zumthor #BDD7D9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.62%

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

R = 30.43%
G = 34.62%
B = 34.94%

CMYK

 C value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BDD7D9 (or 0xBDD7D9) is known color: Zumthor. HEX triplet: BD, D7 and D9. RGB value is (189,215,217). Sum of RGB (Red+Green+Blue) = 189+215+217=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 215 (84.38% from 255 or 34.62% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 217 - color contains mainly: blue. Hex color #BDD7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7D9 is #422826. Grayscale: #CFCFCF. Windows color (decimal): -4335655 or 14276541. OLE color: 14276541.

HSL color Cylindrical-coordinate representation of color #BDD7D9: hue angle of 184.29º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDD7D9 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 215 217 -
CMYK 0.13 0.01 0 0.15
HSL 184.29º 0.27% 0.8% -
HSV(B) 184.29º 0.13% 0.85% -
XYZ 57.81 64.43 75.03 -
YUV 207.45 133.39 114.84 -
System Red Green Blue C M Y K H S L
Decimal 189 215 217 0.13 0.01 0 0.15 184.29 0.27 0.8
Hex BD D7 D9 D 1 0 F B8 1B 50
Octal 275 327 331 15 1 0 17 270 33 120
Binary 10111101 11010111 11011001 1101 1 0 1111 10111000 11011 1010000

Color Harmonies of #BDD7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD7D9

Black with #BDD7D9

Text Example


Text Example

White with #BDD7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD7D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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