Html Css Color HEX #BFAEBC Maverick

📋 copy color: '#BFAEBC'

red 191 ◦ green 174 ◦ blue 188

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

Shades of Maverick #BFAEBC

Tints of Maverick #BFAEBC

RGB

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

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

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

R = 34.54%
G = 31.46%
B = 34%

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

#BFAEBC (or 0xBFAEBC) is known color: Maverick. HEX triplet: BF, AE and BC. RGB value is (191,174,188). Sum of RGB (Red+Green+Blue) = 191+174+188=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEBC is #405143. Grayscale: #B4B4B4. Windows color (decimal): -4215108 or 12365503. OLE color: 12365503.

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

Color convert

RGB 191 174 188 -
CMYK 0 0.09 0.02 0.25
HSL 310.59º 0.12% 0.72% -
HSV(B) 310.59º 0.09% 0.75% -
XYZ 45.7 44.98 53.85 -
YUV 180.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 191 174 188 0 0.09 0.02 0.25 310.59 0.12 0.72
Hex BF AE BC 0 9 2 19 137 C 48
Octal 277 256 274 0 11 2 31 467 14 110
Binary 10111111 10101110 10111100 0 1001 10 11001 100110111 1100 1001000

Color Harmonies of #BFAEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAEBC

Black with #BFAEBC

Text Example


Text Example

White with #BFAEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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