Html Css Color HEX #BEAEBB Maverick

📋 copy color: '#BEAEBB'

red 190 ◦ green 174 ◦ blue 187

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

Shades of Maverick #BEAEBB

Tints of Maverick #BEAEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.94%

R = 34.48%
G = 31.58%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BEAEBB (or 0xBEAEBB) is known color: Maverick. HEX triplet: BE, AE and BB. RGB value is (190,174,187). Sum of RGB (Red+Green+Blue) = 190+174+187=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEBB is #415144. Grayscale: #B4B4B4. Windows color (decimal): -4280645 or 12299966. OLE color: 12299966.

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

Color convert

RGB 190 174 187 -
CMYK 0 0.08 0.02 0.25
HSL 311.25º 0.11% 0.71% -
HSV(B) 311.25º 0.08% 0.75% -
XYZ 45.34 44.81 53.27 -
YUV 180.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 190 174 187 0 0.08 0.02 0.25 311.25 0.11 0.71
Hex BE AE BB 0 8 2 19 137 B 47
Octal 276 256 273 0 10 2 31 467 13 107
Binary 10111110 10101110 10111011 0 1000 10 11001 100110111 1011 1000111

Color Harmonies of #BEAEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAEBB

Black with #BEAEBB

Text Example


Text Example

White with #BEAEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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