Html Css Color HEX #BED8DB Zumthor

📋 copy color: '#BED8DB'

red 190 ◦ green 216 ◦ blue 219

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

Shades of Zumthor #BED8DB

Tints of Zumthor #BED8DB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.56%

 BLUE value IS 219 (85.94% from 255) = 35.04%

R = 30.4%
G = 34.56%
B = 35.04%

CMYK

 C value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BED8DB (or 0xBED8DB) is known color: Zumthor. HEX triplet: BE, D8 and DB. RGB value is (190,216,219). Sum of RGB (Red+Green+Blue) = 190+216+219=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 216 (84.77% from 255 or 34.56% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 219 - color contains mainly: blue. Hex color #BED8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED8DB is #412724. Grayscale: #D0D0D0. Windows color (decimal): -4269861 or 14407870. OLE color: 14407870.

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

Color convert

RGB 190 216 219 -
CMYK 0.13 0.01 0 0.14
HSL 186.21º 0.29% 0.8% -
HSV(B) 186.21º 0.13% 0.86% -
XYZ 58.58 65.17 76.51 -
YUV 208.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 190 216 219 0.13 0.01 0 0.14 186.21 0.29 0.8
Hex BE D8 DB D 1 0 E BA 1D 50
Octal 276 330 333 15 1 0 16 272 35 120
Binary 10111110 11011000 11011011 1101 1 0 1110 10111010 11101 1010000

Color Harmonies of #BED8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED8DB

Black with #BED8DB

Text Example


Text Example

White with #BED8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED8DB; }

 p { color: rgb(190,216,219); }

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

background-color css

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

 a { background-color: rgb(190,216,219); }

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

border-color css

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

 span { border-color: rgb(190,216,219); }

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