Html Css Color HEX #BEDBDC Zumthor

📋 copy color: '#BEDBDC'

red 190 ◦ green 219 ◦ blue 220

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

Shades of Zumthor #BEDBDC

Tints of Zumthor #BEDBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.82%

 BLUE value IS 220 (86.33% from 255) = 34.98%

R = 30.21%
G = 34.82%
B = 34.98%

CMYK

 C value IS 0.14

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BEDBDC (or 0xBEDBDC) is known color: Zumthor. HEX triplet: BE, DB and DC. RGB value is (190,219,220). Sum of RGB (Red+Green+Blue) = 190+219+220=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEDBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDBDC is #412423. Grayscale: #D2D2D2. Windows color (decimal): -4269092 or 14474174. OLE color: 14474174.

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

Color convert

RGB 190 219 220 -
CMYK 0.14 0.00 0 0.14
HSL 182º 0.3% 0.8% -
HSV(B) 182º 0.14% 0.86% -
XYZ 59.48 66.78 77.46 -
YUV 210.44 133.39 113.42 -
System Red Green Blue C M Y K H S L
Decimal 190 219 220 0.14 0.00 0 0.14 182 0.3 0.8
Hex BE DB DC E 0 0 E B6 1E 50
Octal 276 333 334 16 0 0 16 266 36 120
Binary 10111110 11011011 11011100 1110 0 0 1110 10110110 11110 1010000

Color Harmonies of #BEDBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDBDC

Black with #BEDBDC

Text Example


Text Example

White with #BEDBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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