Html Css Color HEX #BEDCD9 Zumthor

📋 copy color: '#BEDCD9'

red 190 ◦ green 220 ◦ blue 217

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

Shades of Zumthor #BEDCD9

Tints of Zumthor #BEDCD9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.09%

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

R = 30.3%
G = 35.09%
B = 34.61%

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

#BEDCD9 (or 0xBEDCD9) is known color: Zumthor. HEX triplet: BE, DC and D9. RGB value is (190,220,217). Sum of RGB (Red+Green+Blue) = 190+220+217=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 217 (85.16% from 255 or 34.61% from 627); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDCD9 is #412326. Grayscale: #D2D2D2. Windows color (decimal): -4268839 or 14277822. OLE color: 14277822.

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

Color convert

RGB 190 220 217 -
CMYK 0.14 0 0.01 0.14
HSL 174º 0.3% 0.8% -
HSV(B) 174º 0.14% 0.86% -
XYZ 59.35 67.14 75.48 -
YUV 210.69 131.56 113.24 -
System Red Green Blue C M Y K H S L
Decimal 190 220 217 0.14 0 0.01 0.14 174 0.3 0.8
Hex BE DC D9 E 0 1 E AE 1E 50
Octal 276 334 331 16 0 1 16 256 36 120
Binary 10111110 11011100 11011001 1110 0 1 1110 10101110 11110 1010000

Color Harmonies of #BEDCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDCD9

Black with #BEDCD9

Text Example


Text Example

White with #BEDCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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