Html Css Color HEX #BEDAD7 Zumthor

📋 copy color: '#BEDAD7'

red 190 ◦ green 218 ◦ blue 215

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

Shades of Zumthor #BEDAD7

Tints of Zumthor #BEDAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.51%

R = 30.5%
G = 34.99%
B = 34.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#BEDAD7 (or 0xBEDAD7) is known color: Zumthor. HEX triplet: BE, DA and D7. RGB value is (190,218,215). Sum of RGB (Red+Green+Blue) = 190+218+215=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 215 (84.38% from 255 or 34.51% from 623); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDAD7 is #412528. Grayscale: #D1D1D1. Windows color (decimal): -4269353 or 14146238. OLE color: 14146238.

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

Color convert

RGB 190 218 215 -
CMYK 0.13 0 0.01 0.15
HSL 173.57º 0.27% 0.8% -
HSV(B) 173.57º 0.13% 0.85% -
XYZ 58.57 66 73.94 -
YUV 209.29 131.22 114.24 -
System Red Green Blue C M Y K H S L
Decimal 190 218 215 0.13 0 0.01 0.15 173.57 0.27 0.8
Hex BE DA D7 D 0 1 F AE 1B 50
Octal 276 332 327 15 0 1 17 256 33 120
Binary 10111110 11011010 11010111 1101 0 1 1111 10101110 11011 1010000

Color Harmonies of #BEDAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDAD7

Black with #BEDAD7

Text Example


Text Example

White with #BEDAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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