Html Css Color HEX #BEACBA Maverick

📋 copy color: '#BEACBA'

red 190 ◦ green 172 ◦ blue 186

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

Shades of Maverick #BEACBA

Tints of Maverick #BEACBA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.39%

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

R = 34.67%
G = 31.39%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BEACBA (or 0xBEACBA) is known color: Maverick. HEX triplet: BE, AC and BA. RGB value is (190,172,186). Sum of RGB (Red+Green+Blue) = 190+172+186=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 190 - color contains mainly: red. Hex color #BEACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACBA is #415345. Grayscale: #B2B2B2. Windows color (decimal): -4281158 or 12233918. OLE color: 12233918.

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

Color convert

RGB 190 172 186 -
CMYK 0 0.09 0.02 0.25
HSL 313.33º 0.12% 0.71% -
HSV(B) 313.33º 0.09% 0.75% -
XYZ 44.85 44 52.58 -
YUV 178.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 190 172 186 0 0.09 0.02 0.25 313.33 0.12 0.71
Hex BE AC BA 0 9 2 19 139 C 47
Octal 276 254 272 0 11 2 31 471 14 107
Binary 10111110 10101100 10111010 0 1001 10 11001 100111001 1100 1000111

Color Harmonies of #BEACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACBA

Black with #BEACBA

Text Example


Text Example

White with #BEACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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