#B3ABBE

Color #B3ABBE French Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Grey #B3ABBE

Tints of French Grey #B3ABBE

Color information

#B3ABBE (or 0xB3ABBE) is unknown color: approx French Grey. HEX triplet: B3, AB and BE. RGB value is (179,171,190). Sum of RGB (Red+Green+Blue) = 179+171+190=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 190 - color contains mainly: blue. Hex color #B3ABBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ABBE is #4C5441. Grayscale: #AFAFAF. Windows color (decimal): -5002306 or 12495795. OLE color: 12495795.

HSL color Cylindrical-coordinate representation of color #B3ABBE: hue angle of 265.26º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3ABBE is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179171190-
CMYK0.060.1000.25
HSL265.26º12.75%70.78%-
HSV(B)265.26º10%74.51%-
XYZ42.4542.4354.67-
YUV175.56136.15130.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.15%
GREEN value IS 171 (67.19% from 255) = 31.67%
BLUE value IS 190 (74.61% from 255) = 35.19%
R=33.15%
G=31.67%
B=35.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791711900.060.1000.25265.2612.7570.78
HexB3ABBE6A019109d47
Octal26325327661203141115107
Binary101100111010101110111110110101001100110000100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ABBE; }

 p { color: rgb(179,171,190); }

 H1.HeaderClassName
 {
   color: #B3ABBE;
 }
 .AnyTagClassName
 {
   color: #B3ABBE;
 }
</style>
background-color css

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

 a { background-color: rgb(179,171,190); }

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

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

 span { border-color: rgb(179,171,190); }

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