#B7AFBE

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

Shades of French Grey #B7AFBE

Tints of French Grey #B7AFBE

Color information

#B7AFBE (or 0xB7AFBE) is unknown color: approx French Grey. HEX triplet: B7, AF and BE. RGB value is (183,175,190). Sum of RGB (Red+Green+Blue) = 183+175+190=548 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.39% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 190 - color contains mainly: blue. Hex color #B7AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFBE is #485041. Grayscale: #B3B3B3. Windows color (decimal): -4739138 or 12496823. OLE color: 12496823.

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

Color convert

RGB183175190-
CMYK0.040.0800.25
HSL272º10.34%71.57%-
HSV(B)272º7.89%74.51%-
XYZ44.1544.4454.97-
YUV179.1134.15130.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.39%
GREEN value IS 175 (68.75% from 255) = 31.93%
BLUE value IS 190 (74.61% from 255) = 34.67%
R=33.39%
G=31.93%
B=34.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831751900.040.0800.2527210.3471.57
HexB7AFBE48019110a48
Octal26725727641003142012110
Binary101101111010111110111110100100001100110001000010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFBE; }

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

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

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

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

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

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

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

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