Html Css Color HEX #BEB9C8 French Grey

📋 copy color: '#BEB9C8'

red 190 ◦ green 185 ◦ blue 200

#BEB9C8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Grey #BEB9C8

Tints of French Grey #BEB9C8

RGB

 RED value IS 190 (74.61% from 255) = 33.04%

 GREEN value IS 185 (72.66% from 255) = 32.17%

 BLUE value IS 200 (78.52% from 255) = 34.78%

R = 33.04%
G = 32.17%
B = 34.78%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BEB9C8 (or 0xBEB9C8) is known color: French Grey. HEX triplet: BE, B9 and C8. RGB value is (190,185,200). Sum of RGB (Red+Green+Blue) = 190+185+200=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 200 - color contains mainly: blue. Hex color #BEB9C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9C8 is #414637. Grayscale: #BCBCBC. Windows color (decimal): -4277816 or 13154750. OLE color: 13154750.

HSL color Cylindrical-coordinate representation of color #BEB9C8: hue angle of 260º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEB9C8 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 185 200 -
CMYK 0.05 0.08 0 0.22
HSL 260º 0.12% 0.75% -
HSV(B) 260º 0.07% 0.78% -
XYZ 49.01 49.82 61.68 -
YUV 188.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 190 185 200 0.05 0.08 0 0.22 260 0.12 0.75
Hex BE B9 C8 5 8 0 16 104 C 4B
Octal 276 271 310 5 10 0 26 404 14 113
Binary 10111110 10111001 11001000 101 1000 0 10110 100000100 1100 1001011

Color Harmonies of #BEB9C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB9C8

Black with #BEB9C8

Text Example


Text Example

White with #BEB9C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB9C8; }

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

 H1.HeaderClassName
 {
   color: #BEB9C8;
 }
 .AnyTagClassName
 {
   color: #BEB9C8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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