Html Css Color HEX #BBAEB7 Maverick

📋 copy color: '#BBAEB7'

red 187 ◦ green 174 ◦ blue 183

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

Shades of Maverick #BBAEB7

Tints of Maverick #BBAEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.64%

R = 34.38%
G = 31.99%
B = 33.64%

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

#BBAEB7 (or 0xBBAEB7) is known color: Maverick. HEX triplet: BB, AE and B7. RGB value is (187,174,183). Sum of RGB (Red+Green+Blue) = 187+174+183=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 183 (71.88% from 255 or 33.64% from 544); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEB7 is #445148. Grayscale: #B2B2B2. Windows color (decimal): -4477257 or 12037819. OLE color: 12037819.

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

Color convert

RGB 187 174 183 -
CMYK 0 0.07 0.02 0.27
HSL 318.46º 0.09% 0.71% -
HSV(B) 318.46º 0.07% 0.73% -
XYZ 44.18 44.26 51.01 -
YUV 178.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 187 174 183 0 0.07 0.02 0.27 318.46 0.09 0.71
Hex BB AE B7 0 7 2 1B 13E 9 47
Octal 273 256 267 0 7 2 33 476 11 107
Binary 10111011 10101110 10110111 0 111 10 11011 100111110 1001 1000111

Color Harmonies of #BBAEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEB7

Black with #BBAEB7

Text Example


Text Example

White with #BBAEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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