#BBAFC8

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

Shades of French Grey #BBAFC8

Tints of French Grey #BBAFC8

Color information

#BBAFC8 (or 0xBBAFC8) is unknown color: approx French Grey. HEX triplet: BB, AF and C8. RGB value is (187,175,200). Sum of RGB (Red+Green+Blue) = 187+175+200=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 200 (78.52% from 255 or 35.59% from 562); Max value from RGB is 200 - color contains mainly: blue. Hex color #BBAFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFC8 is #445037. Grayscale: #B5B5B5. Windows color (decimal): -4476984 or 13152187. OLE color: 13152187.

HSL color Cylindrical-coordinate representation of color #BBAFC8: hue angle of 268.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBAFC8 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187175200-
CMYK0.060.1200.22
HSL268.8º18.52%73.53%-
HSV(B)268.8º12.5%78.43%-
XYZ46.2545.3960.97-
YUV181.44138.48131.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.27%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 200 (78.52% from 255) = 35.59%
R=33.27%
G=31.14%
B=35.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871752000.060.1200.22268.818.5273.53
HexBBAFC86C01610d134a
Octal27325731061402641523112
Binary1011101110101111110010001101100010110100001101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFC8; }

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

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

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

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

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

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

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

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