Html Css Color HEX #BBABC7 French Grey

📋 copy color: '#BBABC7'

red 187 ◦ green 171 ◦ blue 199

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

Shades of French Grey #BBABC7

Tints of French Grey #BBABC7

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.7%

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

R = 33.57%
G = 30.7%
B = 35.73%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BBABC7 (or 0xBBABC7) is known color: French Grey. HEX triplet: BB, AB and C7. RGB value is (187,171,199). Sum of RGB (Red+Green+Blue) = 187+171+199=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 199 - color contains mainly: blue. Hex color #BBABC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABC7 is #445438. Grayscale: #B2B2B2. Windows color (decimal): -4478009 or 13085627. OLE color: 13085627.

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

Color convert

RGB 187 171 199 -
CMYK 0.06 0.14 0 0.22
HSL 274.29º 0.2% 0.73% -
HSV(B) 274.29º 0.14% 0.78% -
XYZ 45.37 43.81 60.1 -
YUV 178.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 187 171 199 0.06 0.14 0 0.22 274.29 0.2 0.73
Hex BB AB C7 6 E 0 16 112 14 49
Octal 273 253 307 6 16 0 26 422 24 111
Binary 10111011 10101011 11000111 110 1110 0 10110 100010010 10100 1001001

Color Harmonies of #BBABC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBABC7

Black with #BBABC7

Text Example


Text Example

White with #BBABC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBABC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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