Html Css Color HEX #BABEBA Zanah

📋 copy color: '#BABEBA'

red 186 ◦ green 190 ◦ blue 186

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

Shades of Zanah #BABEBA

Tints of Zanah #BABEBA

RGB

 RED value IS 186 (73.05% from 255) = 33.1%

 GREEN value IS 190 (74.61% from 255) = 33.81%

 BLUE value IS 186 (73.05% from 255) = 33.1%

R = 33.1%
G = 33.81%
B = 33.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BABEBA (or 0xBABEBA) is known color: Zanah. HEX triplet: BA, BE and BA. RGB value is (186,190,186). Sum of RGB (Red+Green+Blue) = 186+190+186=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 190 - color contains mainly: green. Hex color #BABEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABEBA is #454145. Grayscale: #BCBCBC. Windows color (decimal): -4538694 or 12238522. OLE color: 12238522.

HSL color Cylindrical-coordinate representation of color #BABEBA: hue angle of 120º degrees, saturation: 0.03, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BABEBA is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 190 186 -
CMYK 0.02 0 0.02 0.25
HSL 120º 0.03% 0.74% -
HSV(B) 120º 0.02% 0.75% -
XYZ 47.53 50.81 53.76 -
YUV 188.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 186 190 186 0.02 0 0.02 0.25 120 0.03 0.74
Hex BA BE BA 2 0 2 19 78 3 4A
Octal 272 276 272 2 0 2 31 170 3 112
Binary 10111010 10111110 10111010 10 0 10 11001 1111000 11 1001010

Color Harmonies of #BABEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABEBA

Black with #BABEBA

Text Example


Text Example

White with #BABEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABEBA; }

 p { color: rgb(186,190,186); }

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

background-color css

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

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

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

border-color css

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

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

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