Html Css Color HEX #BBBABD French Grey

📋 copy color: '#BBBABD'

red 187 ◦ green 186 ◦ blue 189

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

Shades of French Grey #BBBABD

Tints of French Grey #BBBABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.63%

R = 33.27%
G = 33.1%
B = 33.63%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BBBABD (or 0xBBBABD) is known color: French Grey. HEX triplet: BB, BA and BD. RGB value is (187,186,189). Sum of RGB (Red+Green+Blue) = 187+186+189=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBBABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBABD is #444542. Grayscale: #BABABA. Windows color (decimal): -4474179 or 12434107. OLE color: 12434107.

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

Color convert

RGB 187 186 189 -
CMYK 0.01 0.02 0 0.26
HSL 260º 0.02% 0.74% -
HSV(B) 260º 0.02% 0.74% -
XYZ 47.24 49.36 55.18 -
YUV 186.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 187 186 189 0.01 0.02 0 0.26 260 0.02 0.74
Hex BB BA BD 1 2 0 1A 104 2 4A
Octal 273 272 275 1 2 0 32 404 2 112
Binary 10111011 10111010 10111101 1 10 0 11010 100000100 10 1001010

Color Harmonies of #BBBABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBABD

Black with #BBBABD

Text Example


Text Example

White with #BBBABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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