Html Css Color HEX #BEB1CA French Grey

📋 copy color: '#BEB1CA'

red 190 ◦ green 177 ◦ blue 202

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

Shades of French Grey #BEB1CA

Tints of French Grey #BEB1CA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.11%

 BLUE value IS 202 (79.3% from 255) = 35.5%

R = 33.39%
G = 31.11%
B = 35.5%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BEB1CA (or 0xBEB1CA) is known color: French Grey. HEX triplet: BE, B1 and CA. RGB value is (190,177,202). Sum of RGB (Red+Green+Blue) = 190+177+202=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEB1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB1CA is #414E35. Grayscale: #B7B7B7. Windows color (decimal): -4279862 or 13283774. OLE color: 13283774.

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

Color convert

RGB 190 177 202 -
CMYK 0.06 0.12 0 0.21
HSL 271.2º 0.19% 0.74% -
HSV(B) 271.2º 0.12% 0.79% -
XYZ 47.62 46.66 62.37 -
YUV 183.74 138.31 132.47 -
System Red Green Blue C M Y K H S L
Decimal 190 177 202 0.06 0.12 0 0.21 271.2 0.19 0.74
Hex BE B1 CA 6 C 0 15 10F 13 4A
Octal 276 261 312 6 14 0 25 417 23 112
Binary 10111110 10110001 11001010 110 1100 0 10101 100001111 10011 1001010

Color Harmonies of #BEB1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB1CA

Black with #BEB1CA

Text Example


Text Example

White with #BEB1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB1CA; }

 p { color: rgb(190,177,202); }

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

background-color css

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

 a { background-color: rgb(190,177,202); }

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

border-color css

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

 span { border-color: rgb(190,177,202); }

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