#B2ABBE

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

Shades of French Grey #B2ABBE

Tints of French Grey #B2ABBE

Color information

#B2ABBE (or 0xB2ABBE) is unknown color: approx French Grey. HEX triplet: B2, AB and BE. RGB value is (178,171,190). Sum of RGB (Red+Green+Blue) = 178+171+190=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 190 - color contains mainly: blue. Hex color #B2ABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABBE is #4D5441. Grayscale: #AFAFAF. Windows color (decimal): -5067842 or 12495794. OLE color: 12495794.

HSL color Cylindrical-coordinate representation of color #B2ABBE: hue angle of 262.11º 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 #B2ABBE is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178171190-
CMYK0.060.1000.25
HSL262.11º12.75%70.78%-
HSV(B)262.11º10%74.51%-
XYZ42.2242.3154.66-
YUV175.26136.32129.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.02%
GREEN value IS 171 (67.19% from 255) = 31.73%
BLUE value IS 190 (74.61% from 255) = 35.25%
R=33.02%
G=31.73%
B=35.25%

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
Decimal1781711900.060.1000.25262.1112.7570.78
HexB2ABBE6A019106d47
Octal26225327661203140615107
Binary101100101010101110111110110101001100110000011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ABBE; }

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

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

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

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

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

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

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

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