Html Css Color HEX #BBABC6 French Grey

📋 copy color: '#BBABC6'

red 187 ◦ green 171 ◦ blue 198

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

Shades of French Grey #BBABC6

Tints of French Grey #BBABC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.61%

R = 33.63%
G = 30.76%
B = 35.61%

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

#BBABC6 (or 0xBBABC6) is known color: French Grey. HEX triplet: BB, AB and C6. RGB value is (187,171,198). Sum of RGB (Red+Green+Blue) = 187+171+198=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBABC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABC6 is #445439. Grayscale: #B2B2B2. Windows color (decimal): -4478010 or 13020091. OLE color: 13020091.

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

Color convert

RGB 187 171 198 -
CMYK 0.06 0.14 0 0.22
HSL 275.56º 0.19% 0.72% -
HSV(B) 275.56º 0.14% 0.78% -
XYZ 45.25 43.77 59.49 -
YUV 178.86 138.8 133.8 -
System Red Green Blue C M Y K H S L
Decimal 187 171 198 0.06 0.14 0 0.22 275.56 0.19 0.72
Hex BB AB C6 6 E 0 16 114 13 48
Octal 273 253 306 6 16 0 26 424 23 110
Binary 10111011 10101011 11000110 110 1110 0 10110 100010100 10011 1001000

Color Harmonies of #BBABC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBABC6

Black with #BBABC6

Text Example


Text Example

White with #BBABC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBABC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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