#B4AFBE

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

Shades of French Grey #B4AFBE

Tints of French Grey #B4AFBE

Color information

#B4AFBE (or 0xB4AFBE) is unknown color: approx French Grey. HEX triplet: B4, AF and BE. RGB value is (180,175,190). Sum of RGB (Red+Green+Blue) = 180+175+190=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 190 - color contains mainly: blue. Hex color #B4AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AFBE is #4B5041. Grayscale: #B2B2B2. Windows color (decimal): -4935746 or 12496820. OLE color: 12496820.

HSL color Cylindrical-coordinate representation of color #B4AFBE: hue angle of 260º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B4AFBE is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180175190-
CMYK0.050.0800.25
HSL260º10.34%71.57%-
HSV(B)260º7.89%74.51%-
XYZ43.4544.0854.93-
YUV178.2134.66129.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.03%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=33.03%
G=32.11%
B=34.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801751900.050.0800.2526010.3471.57
HexB4AFBE58019104a48
Octal26425727651003140412110
Binary101101001010111110111110101100001100110000010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AFBE; }

 p { color: rgb(180,175,190); }

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

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

 a { background-color: rgb(180,175,190); }

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

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

 span { border-color: rgb(180,175,190); }

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