Html Css Color HEX #BEDAD9 Zumthor

📋 copy color: '#BEDAD9'

red 190 ◦ green 218 ◦ blue 217

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

Shades of Zumthor #BEDAD9

Tints of Zumthor #BEDAD9

RGB

 RED value IS 190 (74.61% from 255) = 30.4%

 GREEN value IS 218 (85.55% from 255) = 34.88%

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

R = 30.4%
G = 34.88%
B = 34.72%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#BEDAD9 (or 0xBEDAD9) is known color: Zumthor. HEX triplet: BE, DA and D9. RGB value is (190,218,217). Sum of RGB (Red+Green+Blue) = 190+218+217=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 217 (85.16% from 255 or 34.72% from 625); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDAD9 is #412526. Grayscale: #D1D1D1. Windows color (decimal): -4269351 or 14277310. OLE color: 14277310.

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

Color convert

RGB 190 218 217 -
CMYK 0.13 0 0.00 0.15
HSL 177.86º 0.27% 0.8% -
HSV(B) 177.86º 0.13% 0.85% -
XYZ 58.83 66.1 75.3 -
YUV 209.51 132.22 114.08 -
System Red Green Blue C M Y K H S L
Decimal 190 218 217 0.13 0 0.00 0.15 177.86 0.27 0.8
Hex BE DA D9 D 0 0 F B2 1B 50
Octal 276 332 331 15 0 0 17 262 33 120
Binary 10111110 11011010 11011001 1101 0 0 1111 10110010 11011 1010000

Color Harmonies of #BEDAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDAD9

Black with #BEDAD9

Text Example


Text Example

White with #BEDAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDAD9; }

 p { color: rgb(190,218,217); }

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

background-color css

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

 a { background-color: rgb(190,218,217); }

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

border-color css

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

 span { border-color: rgb(190,218,217); }

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