Html Css Color HEX #BFAEBA Maverick

📋 copy color: '#BFAEBA'

red 191 ◦ green 174 ◦ blue 186

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

Shades of Maverick #BFAEBA

Tints of Maverick #BFAEBA

RGB

 RED value IS 191 (75% from 255) = 34.66%

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

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

R = 34.66%
G = 31.58%
B = 33.76%

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

#BFAEBA (or 0xBFAEBA) is known color: Maverick. HEX triplet: BF, AE and BA. RGB value is (191,174,186). Sum of RGB (Red+Green+Blue) = 191+174+186=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEBA is #405145. Grayscale: #B4B4B4. Windows color (decimal): -4215110 or 12234431. OLE color: 12234431.

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

Color convert

RGB 191 174 186 -
CMYK 0 0.09 0.03 0.25
HSL 317.65º 0.12% 0.72% -
HSV(B) 317.65º 0.09% 0.75% -
XYZ 45.48 44.89 52.72 -
YUV 180.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 191 174 186 0 0.09 0.03 0.25 317.65 0.12 0.72
Hex BF AE BA 0 9 3 19 13E C 48
Octal 277 256 272 0 11 3 31 476 14 110
Binary 10111111 10101110 10111010 0 1001 11 11001 100111110 1100 1001000

Color Harmonies of #BFAEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAEBA

Black with #BFAEBA

Text Example


Text Example

White with #BFAEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAEBA; }

 p { color: rgb(191,174,186); }

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

background-color css

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

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

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

border-color css

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

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

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