Html Css Color HEX #BBAAC7 French Grey

📋 copy color: '#BBAAC7'

red 187 ◦ green 170 ◦ blue 199

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

Shades of French Grey #BBAAC7

Tints of French Grey #BBAAC7

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.58%

 BLUE value IS 199 (78.13% from 255) = 35.79%

R = 33.63%
G = 30.58%
B = 35.79%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BBAAC7 (or 0xBBAAC7) is known color: French Grey. HEX triplet: BB, AA and C7. RGB value is (187,170,199). Sum of RGB (Red+Green+Blue) = 187+170+199=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 199 (78.12% from 255 or 35.79% from 556); Max value from RGB is 199 - color contains mainly: blue. Hex color #BBAAC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAAC7 is #445538. Grayscale: #B2B2B2. Windows color (decimal): -4478265 or 13085371. OLE color: 13085371.

HSL color Cylindrical-coordinate representation of color #BBAAC7: hue angle of 275.17º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBAAC7 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 170 199 -
CMYK 0.06 0.15 0 0.22
HSL 275.17º 0.21% 0.72% -
HSV(B) 275.17º 0.15% 0.78% -
XYZ 45.18 43.44 60.04 -
YUV 178.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 187 170 199 0.06 0.15 0 0.22 275.17 0.21 0.72
Hex BB AA C7 6 F 0 16 113 15 48
Octal 273 252 307 6 17 0 26 423 25 110
Binary 10111011 10101010 11000111 110 1111 0 10110 100010011 10101 1001000

Color Harmonies of #BBAAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAAC7

Black with #BBAAC7

Text Example


Text Example

White with #BBAAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAAC7; }

 p { color: rgb(187,170,199); }

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

background-color css

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

 a { background-color: rgb(187,170,199); }

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

border-color css

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

 span { border-color: rgb(187,170,199); }

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