Html Css Color HEX #BEB2CA French Grey

📋 copy color: '#BEB2CA'

red 190 ◦ green 178 ◦ blue 202

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

Shades of French Grey #BEB2CA

Tints of French Grey #BEB2CA

RGB

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

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

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

R = 33.33%
G = 31.23%
B = 35.44%

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

#BEB2CA (or 0xBEB2CA) is known color: French Grey. HEX triplet: BE, B2 and CA. RGB value is (190,178,202). Sum of RGB (Red+Green+Blue) = 190+178+202=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEB2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB2CA is #414D35. Grayscale: #B8B8B8. Windows color (decimal): -4279606 or 13284030. OLE color: 13284030.

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

Color convert

RGB 190 178 202 -
CMYK 0.06 0.12 0 0.21
HSL 270º 0.18% 0.75% -
HSV(B) 270º 0.12% 0.79% -
XYZ 47.82 47.05 62.44 -
YUV 184.32 137.98 132.05 -
System Red Green Blue C M Y K H S L
Decimal 190 178 202 0.06 0.12 0 0.21 270 0.18 0.75
Hex BE B2 CA 6 C 0 15 10E 12 4B
Octal 276 262 312 6 14 0 25 416 22 113
Binary 10111110 10110010 11001010 110 1100 0 10101 100001110 10010 1001011

Color Harmonies of #BEB2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB2CA

Black with #BEB2CA

Text Example


Text Example

White with #BEB2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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