Html Css Color HEX #BBABC8 French Grey

📋 copy color: '#BBABC8'

red 187 ◦ green 171 ◦ blue 200

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

Shades of French Grey #BBABC8

Tints of French Grey #BBABC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.84%

R = 33.51%
G = 30.65%
B = 35.84%

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

#BBABC8 (or 0xBBABC8) is known color: French Grey. HEX triplet: BB, AB and C8. RGB value is (187,171,200). Sum of RGB (Red+Green+Blue) = 187+171+200=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 200 (78.52% from 255 or 35.84% from 558); Max value from RGB is 200 - color contains mainly: blue. Hex color #BBABC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABC8 is #445437. Grayscale: #B2B2B2. Windows color (decimal): -4478008 or 13151163. OLE color: 13151163.

HSL color Cylindrical-coordinate representation of color #BBABC8: hue angle of 273.1º degrees, saturation: 0.21, 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 #BBABC8 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 171 200 -
CMYK 0.06 0.14 0 0.22
HSL 273.1º 0.21% 0.73% -
HSV(B) 273.1º 0.15% 0.78% -
XYZ 45.48 43.86 60.71 -
YUV 179.09 139.8 133.64 -
System Red Green Blue C M Y K H S L
Decimal 187 171 200 0.06 0.14 0 0.22 273.1 0.21 0.73
Hex BB AB C8 6 E 0 16 111 15 49
Octal 273 253 310 6 16 0 26 421 25 111
Binary 10111011 10101011 11001000 110 1110 0 10110 100010001 10101 1001001

Color Harmonies of #BBABC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBABC8

Black with #BBABC8

Text Example


Text Example

White with #BBABC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBABC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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