#B5AFBE

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

Shades of French Grey #B5AFBE

Tints of French Grey #B5AFBE

Color information

#B5AFBE (or 0xB5AFBE) is unknown color: approx French Grey. HEX triplet: B5, AF and BE. RGB value is (181,175,190). Sum of RGB (Red+Green+Blue) = 181+175+190=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 190 - color contains mainly: blue. Hex color #B5AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFBE is #4A5041. Grayscale: #B2B2B2. Windows color (decimal): -4870210 or 12496821. OLE color: 12496821.

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

Color convert

RGB181175190-
CMYK0.050.0800.25
HSL264º10.34%71.57%-
HSV(B)264º7.89%74.51%-
XYZ43.6844.254.94-
YUV178.5134.49129.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.15%
GREEN value IS 175 (68.75% from 255) = 32.05%
BLUE value IS 190 (74.61% from 255) = 34.80%
R=33.15%
G=32.05%
B=34.80%

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
Decimal1811751900.050.0800.2526410.3471.57
HexB5AFBE58019108a48
Octal26525727651003141012110
Binary101101011010111110111110101100001100110000100010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AFBE; }

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

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

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

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

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

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

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

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