Html Css Color HEX #BEAEBC Maverick

📋 copy color: '#BEAEBC'

red 190 ◦ green 174 ◦ blue 188

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

Shades of Maverick #BEAEBC

Tints of Maverick #BEAEBC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.52%

 BLUE value IS 188 (73.83% from 255) = 34.06%

R = 34.42%
G = 31.52%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BEAEBC (or 0xBEAEBC) is known color: Maverick. HEX triplet: BE, AE and BC. RGB value is (190,174,188). Sum of RGB (Red+Green+Blue) = 190+174+188=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEBC is #415143. Grayscale: #B4B4B4. Windows color (decimal): -4280644 or 12365502. OLE color: 12365502.

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

Color convert

RGB 190 174 188 -
CMYK 0 0.08 0.01 0.25
HSL 307.5º 0.11% 0.71% -
HSV(B) 307.5º 0.08% 0.75% -
XYZ 45.45 44.85 53.84 -
YUV 180.38 132.3 134.86 -
System Red Green Blue C M Y K H S L
Decimal 190 174 188 0 0.08 0.01 0.25 307.5 0.11 0.71
Hex BE AE BC 0 8 1 19 134 B 47
Octal 276 256 274 0 10 1 31 464 13 107
Binary 10111110 10101110 10111100 0 1000 1 11001 100110100 1011 1000111

Color Harmonies of #BEAEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAEBC

Black with #BEAEBC

Text Example


Text Example

White with #BEAEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAEBC; }

 p { color: rgb(190,174,188); }

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

background-color css

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

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

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

border-color css

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

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

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