Html Css Color HEX #BEB2C9 French Grey

📋 copy color: '#BEB2C9'

red 190 ◦ green 178 ◦ blue 201

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

Shades of French Grey #BEB2C9

Tints of French Grey #BEB2C9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.28%

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

R = 33.39%
G = 31.28%
B = 35.33%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BEB2C9 (or 0xBEB2C9) is known color: French Grey. HEX triplet: BE, B2 and C9. RGB value is (190,178,201). Sum of RGB (Red+Green+Blue) = 190+178+201=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 201 - color contains mainly: blue. Hex color #BEB2C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB2C9 is #414D36. Grayscale: #B8B8B8. Windows color (decimal): -4279607 or 13218494. OLE color: 13218494.

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

Color convert

RGB 190 178 201 -
CMYK 0.05 0.11 0 0.21
HSL 271.3º 0.18% 0.74% -
HSV(B) 271.3º 0.11% 0.79% -
XYZ 47.7 47 61.82 -
YUV 184.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 190 178 201 0.05 0.11 0 0.21 271.3 0.18 0.74
Hex BE B2 C9 5 B 0 15 10F 12 4A
Octal 276 262 311 5 13 0 25 417 22 112
Binary 10111110 10110010 11001001 101 1011 0 10101 100001111 10010 1001010

Color Harmonies of #BEB2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB2C9

Black with #BEB2C9

Text Example


Text Example

White with #BEB2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB2C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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