Html Css Color HEX #BEDEDD Zumthor

📋 copy color: '#BEDEDD'

red 190 ◦ green 222 ◦ blue 221

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

Shades of Zumthor #BEDEDD

Tints of Zumthor #BEDEDD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.07%

 BLUE value IS 221 (86.72% from 255) = 34.91%

R = 30.02%
G = 35.07%
B = 34.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#BEDEDD (or 0xBEDEDD) is known color: Zumthor. HEX triplet: BE, DE and DD. RGB value is (190,222,221). Sum of RGB (Red+Green+Blue) = 190+222+221=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDEDD is #412122. Grayscale: #D4D4D4. Windows color (decimal): -4268323 or 14540478. OLE color: 14540478.

HSL color Cylindrical-coordinate representation of color #BEDEDD: hue angle of 178.12º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEDEDD is Cyan = 0.14, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 222 221 -
CMYK 0.14 0 0.00 0.13
HSL 178.13º 0.33% 0.81% -
HSV(B) 178.13º 0.14% 0.87% -
XYZ 60.41 68.41 78.43 -
YUV 212.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 190 222 221 0.14 0 0.00 0.13 178.13 0.33 0.81
Hex BE DE DD E 0 0 D B2 21 51
Octal 276 336 335 16 0 0 15 262 41 121
Binary 10111110 11011110 11011101 1110 0 0 1101 10110010 100001 1010001

Color Harmonies of #BEDEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDEDD

Black with #BEDEDD

Text Example


Text Example

White with #BEDEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDEDD; }

 p { color: rgb(190,222,221); }

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

background-color css

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

 a { background-color: rgb(190,222,221); }

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

border-color css

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

 span { border-color: rgb(190,222,221); }

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