Html Css Color HEX #BEB7C9 French Grey

📋 copy color: '#BEB7C9'

red 190 ◦ green 183 ◦ blue 201

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

Shades of French Grey #BEB7C9

Tints of French Grey #BEB7C9

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.88%

 BLUE value IS 201 (78.91% from 255) = 35.02%

R = 33.1%
G = 31.88%
B = 35.02%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BEB7C9 (or 0xBEB7C9) is known color: French Grey. HEX triplet: BE, B7 and C9. RGB value is (190,183,201). Sum of RGB (Red+Green+Blue) = 190+183+201=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 183 (71.88% from 255 or 31.88% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 201 - color contains mainly: blue. Hex color #BEB7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB7C9 is #414836. Grayscale: #BBBBBB. Windows color (decimal): -4278327 or 13219774. OLE color: 13219774.

HSL color Cylindrical-coordinate representation of color #BEB7C9: hue angle of 263.33º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEB7C9 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 183 201 -
CMYK 0.05 0.09 0 0.21
HSL 263.33º 0.14% 0.75% -
HSV(B) 263.33º 0.09% 0.79% -
XYZ 48.71 49.03 62.15 -
YUV 187.15 135.82 130.04 -
System Red Green Blue C M Y K H S L
Decimal 190 183 201 0.05 0.09 0 0.21 263.33 0.14 0.75
Hex BE B7 C9 5 9 0 15 107 E 4B
Octal 276 267 311 5 11 0 25 407 16 113
Binary 10111110 10110111 11001001 101 1001 0 10101 100000111 1110 1001011

Color Harmonies of #BEB7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB7C9

Black with #BEB7C9

Text Example


Text Example

White with #BEB7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB7C9; }

 p { color: rgb(190,183,201); }

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

background-color css

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

 a { background-color: rgb(190,183,201); }

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

border-color css

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

 span { border-color: rgb(190,183,201); }

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