Html Css Color HEX #BBA9B8 Maverick

📋 copy color: '#BBA9B8'

red 187 ◦ green 169 ◦ blue 184

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

Shades of Maverick #BBA9B8

Tints of Maverick #BBA9B8

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.3%

 BLUE value IS 184 (72.27% from 255) = 34.07%

R = 34.63%
G = 31.3%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BBA9B8 (or 0xBBA9B8) is known color: Maverick. HEX triplet: BB, A9 and B8. RGB value is (187,169,184). Sum of RGB (Red+Green+Blue) = 187+169+184=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 169 (66.41% from 255 or 31.30% from 540); Blue value is 184 (72.27% from 255 or 34.07% from 540); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA9B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9B8 is #445647. Grayscale: #B0B0B0. Windows color (decimal): -4478536 or 12102075. OLE color: 12102075.

HSL color Cylindrical-coordinate representation of color #BBA9B8: hue angle of 310º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBA9B8 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 169 184 -
CMYK 0 0.10 0.02 0.27
HSL 310º 0.12% 0.7% -
HSV(B) 310º 0.1% 0.73% -
XYZ 43.33 42.4 51.25 -
YUV 176.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 187 169 184 0 0.10 0.02 0.27 310 0.12 0.7
Hex BB A9 B8 0 A 2 1B 136 C 46
Octal 273 251 270 0 12 2 33 466 14 106
Binary 10111011 10101001 10111000 0 1010 10 11011 100110110 1100 1000110

Color Harmonies of #BBA9B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9B8

Black with #BBA9B8

Text Example


Text Example

White with #BBA9B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9B8; }

 p { color: rgb(187,169,184); }

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

background-color css

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

 a { background-color: rgb(187,169,184); }

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

border-color css

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

 span { border-color: rgb(187,169,184); }

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