Html Css Color HEX #BEACB8 Maverick

📋 copy color: '#BEACB8'

red 190 ◦ green 172 ◦ blue 184

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

Shades of Maverick #BEACB8

Tints of Maverick #BEACB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.7%

R = 34.8%
G = 31.5%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BEACB8 (or 0xBEACB8) is known color: Maverick. HEX triplet: BE, AC and B8. RGB value is (190,172,184). Sum of RGB (Red+Green+Blue) = 190+172+184=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 190 - color contains mainly: red. Hex color #BEACB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACB8 is #415347. Grayscale: #B2B2B2. Windows color (decimal): -4281160 or 12102846. OLE color: 12102846.

HSL color Cylindrical-coordinate representation of color #BEACB8: hue angle of 320º 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 #BEACB8 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 172 184 -
CMYK 0 0.09 0.03 0.25
HSL 320º 0.12% 0.71% -
HSV(B) 320º 0.09% 0.75% -
XYZ 44.64 43.91 51.47 -
YUV 178.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 190 172 184 0 0.09 0.03 0.25 320 0.12 0.71
Hex BE AC B8 0 9 3 19 140 C 47
Octal 276 254 270 0 11 3 31 500 14 107
Binary 10111110 10101100 10111000 0 1001 11 11001 101000000 1100 1000111

Color Harmonies of #BEACB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACB8

Black with #BEACB8

Text Example


Text Example

White with #BEACB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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