#BBAFC5

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

Shades of French Grey #BBAFC5

Tints of French Grey #BBAFC5

Color information

#BBAFC5 (or 0xBBAFC5) is unknown color: approx French Grey. HEX triplet: BB, AF and C5. RGB value is (187,175,197). Sum of RGB (Red+Green+Blue) = 187+175+197=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBAFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFC5 is #44503A. Grayscale: #B5B5B5. Windows color (decimal): -4476987 or 12955579. OLE color: 12955579.

HSL color Cylindrical-coordinate representation of color #BBAFC5: hue angle of 272.73º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBAFC5 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB187175197-
CMYK0.050.1100.23
HSL272.73º15.94%72.94%-
HSV(B)272.73º11.17%77.25%-
XYZ45.945.2659.14-
YUV181.1136.98132.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.45%
GREEN value IS 175 (68.75% from 255) = 31.31%
BLUE value IS 197 (77.34% from 255) = 35.24%
R=33.45%
G=31.31%
B=35.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871751970.050.1100.23272.7315.9472.94
HexBBAFC55B0171111049
Octal27325730551302742120111
Binary1011101110101111110001011011011010111100010001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFC5; }

 p { color: rgb(187,175,197); }

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

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

 a { background-color: rgb(187,175,197); }

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

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

 span { border-color: rgb(187,175,197); }

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