#BBACC5

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

Shades of French Grey #BBACC5

Tints of French Grey #BBACC5

Color information

#BBACC5 (or 0xBBACC5) is unknown color: approx French Grey. HEX triplet: BB, AC and C5. RGB value is (187,172,197). Sum of RGB (Red+Green+Blue) = 187+172+197=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACC5 is #44533A. Grayscale: #B3B3B3. Windows color (decimal): -4477755 or 12954811. OLE color: 12954811.

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

Color convert

RGB187172197-
CMYK0.050.1300.23
HSL276º17.73%72.35%-
HSV(B)276º12.69%77.25%-
XYZ45.3244.158.95-
YUV179.34137.97133.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.63%
GREEN value IS 172 (67.58% from 255) = 30.94%
BLUE value IS 197 (77.34% from 255) = 35.43%
R=33.63%
G=30.94%
B=35.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871721970.050.1300.2327617.7372.35
HexBBACC55D0171141248
Octal27325430551502742422110
Binary1011101110101100110001011011101010111100010100100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACC5; }

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

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

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

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

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

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

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

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