Html Css Color HEX #BBAFB9 Maverick

📋 copy color: '#BBAFB9'

red 187 ◦ green 175 ◦ blue 185

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

Shades of Maverick #BBAFB9

Tints of Maverick #BBAFB9

RGB

 RED value IS 187 (73.44% from 255) = 34.19%

 GREEN value IS 175 (68.75% from 255) = 31.99%

 BLUE value IS 185 (72.66% from 255) = 33.82%

R = 34.19%
G = 31.99%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BBAFB9 (or 0xBBAFB9) is known color: Maverick. HEX triplet: BB, AF and B9. RGB value is (187,175,185). Sum of RGB (Red+Green+Blue) = 187+175+185=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFB9 is #445046. Grayscale: #B3B3B3. Windows color (decimal): -4476999 or 12169147. OLE color: 12169147.

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

Color convert

RGB 187 175 185 -
CMYK 0 0.06 0.01 0.27
HSL 310º 0.08% 0.71% -
HSV(B) 310º 0.06% 0.73% -
XYZ 44.58 44.73 52.18 -
YUV 179.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 187 175 185 0 0.06 0.01 0.27 310 0.08 0.71
Hex BB AF B9 0 6 1 1B 136 8 47
Octal 273 257 271 0 6 1 33 466 10 107
Binary 10111011 10101111 10111001 0 110 1 11011 100110110 1000 1000111

Color Harmonies of #BBAFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFB9

Black with #BBAFB9

Text Example


Text Example

White with #BBAFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFB9; }

 p { color: rgb(187,175,185); }

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

background-color css

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

 a { background-color: rgb(187,175,185); }

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

border-color css

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

 span { border-color: rgb(187,175,185); }

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