#BEB0C8

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

Shades of French Grey #BEB0C8

Tints of French Grey #BEB0C8

Color information

#BEB0C8 (or 0xBEB0C8) is unknown color: approx French Grey. HEX triplet: BE, B0 and C8. RGB value is (190,176,200). Sum of RGB (Red+Green+Blue) = 190+176+200=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 200 (78.52% from 255 or 35.34% from 566); Max value from RGB is 200 - color contains mainly: blue. Hex color #BEB0C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB0C8 is #414F37. Grayscale: #B6B6B6. Windows color (decimal): -4280120 or 13152446. OLE color: 13152446.

HSL color Cylindrical-coordinate representation of color #BEB0C8: hue angle of 275º degrees, saturation: 0.18, 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 #BEB0C8 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB190176200-
CMYK0.050.1200.22
HSL275º17.91%73.73%-
HSV(B)275º12%78.43%-
XYZ47.1946.1761.07-
YUV182.92137.64133.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.57%
GREEN value IS 176 (69.14% from 255) = 31.10%
BLUE value IS 200 (78.52% from 255) = 35.34%
R=33.57%
G=31.10%
B=35.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901762000.050.1200.2227517.9173.73
HexBEB0C85C016113124a
Octal27626031051402642322112
Binary1011111010110000110010001011100010110100010011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB0C8; }

 p { color: rgb(190,176,200); }

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

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

 a { background-color: rgb(190,176,200); }

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

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

 span { border-color: rgb(190,176,200); }

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