Html Css Color HEX #BDD7DA Zumthor

📋 copy color: '#BDD7DA'

red 189 ◦ green 215 ◦ blue 218

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

Shades of Zumthor #BDD7DA

Tints of Zumthor #BDD7DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.05%

R = 30.39%
G = 34.57%
B = 35.05%

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

#BDD7DA (or 0xBDD7DA) is known color: Zumthor. HEX triplet: BD, D7 and DA. RGB value is (189,215,218). Sum of RGB (Red+Green+Blue) = 189+215+218=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 215 (84.38% from 255 or 34.57% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDD7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7DA is #422825. Grayscale: #CFCFCF. Windows color (decimal): -4335654 or 14342077. OLE color: 14342077.

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

Color convert

RGB 189 215 218 -
CMYK 0.13 0.01 0 0.15
HSL 186.21º 0.28% 0.8% -
HSV(B) 186.21º 0.13% 0.85% -
XYZ 57.94 64.48 75.72 -
YUV 207.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 189 215 218 0.13 0.01 0 0.15 186.21 0.28 0.8
Hex BD D7 DA D 1 0 F BA 1C 50
Octal 275 327 332 15 1 0 17 272 34 120
Binary 10111101 11010111 11011010 1101 1 0 1111 10111010 11100 1010000

Color Harmonies of #BDD7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD7DA

Black with #BDD7DA

Text Example


Text Example

White with #BDD7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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