Html Css Color HEX #BBBABC French Grey

📋 copy color: '#BBBABC'

red 187 ◦ green 186 ◦ blue 188

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

Shades of French Grey #BBBABC

Tints of French Grey #BBBABC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.16%

 BLUE value IS 188 (73.83% from 255) = 33.51%

R = 33.33%
G = 33.16%
B = 33.51%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BBBABC (or 0xBBBABC) is known color: French Grey. HEX triplet: BB, BA and BC. RGB value is (187,186,188). Sum of RGB (Red+Green+Blue) = 187+186+188=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 188 - color contains mainly: blue. Hex color #BBBABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBABC is #444543. Grayscale: #BABABA. Windows color (decimal): -4474180 or 12368571. OLE color: 12368571.

HSL color Cylindrical-coordinate representation of color #BBBABC: hue angle of 270º degrees, saturation: 0.01, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BBBABC is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 186 188 -
CMYK 0.01 0.01 0 0.26
HSL 270º 0.01% 0.73% -
HSV(B) 270º 0.01% 0.74% -
XYZ 47.13 49.31 54.61 -
YUV 186.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 187 186 188 0.01 0.01 0 0.26 270 0.01 0.73
Hex BB BA BC 1 1 0 1A 10E 1 49
Octal 273 272 274 1 1 0 32 416 1 111
Binary 10111011 10111010 10111100 1 1 0 11010 100001110 1 1001001

Color Harmonies of #BBBABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBABC

Black with #BBBABC

Text Example


Text Example

White with #BBBABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBABC; }

 p { color: rgb(187,186,188); }

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

background-color css

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

 a { background-color: rgb(187,186,188); }

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

border-color css

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

 span { border-color: rgb(187,186,188); }

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