Html Css Color HEX #BBAEB8 Maverick

📋 copy color: '#BBAEB8'

red 187 ◦ green 174 ◦ blue 184

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

Shades of Maverick #BBAEB8

Tints of Maverick #BBAEB8

RGB

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

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

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

R = 34.31%
G = 31.93%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BBAEB8 (or 0xBBAEB8) is known color: Maverick. HEX triplet: BB, AE and B8. RGB value is (187,174,184). Sum of RGB (Red+Green+Blue) = 187+174+184=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 184 (72.27% from 255 or 33.76% from 545); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEB8 is #445147. Grayscale: #B3B3B3. Windows color (decimal): -4477256 or 12103355. OLE color: 12103355.

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

Color convert

RGB 187 174 184 -
CMYK 0 0.07 0.02 0.27
HSL 313.85º 0.09% 0.71% -
HSV(B) 313.85º 0.07% 0.73% -
XYZ 44.28 44.3 51.56 -
YUV 179.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 187 174 184 0 0.07 0.02 0.27 313.85 0.09 0.71
Hex BB AE B8 0 7 2 1B 13A 9 47
Octal 273 256 270 0 7 2 33 472 11 107
Binary 10111011 10101110 10111000 0 111 10 11011 100111010 1001 1000111

Color Harmonies of #BBAEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEB8

Black with #BBAEB8

Text Example


Text Example

White with #BBAEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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