Html Css Color HEX #BEB0CA French Grey

📋 copy color: '#BEB0CA'

red 190 ◦ green 176 ◦ blue 202

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

Shades of French Grey #BEB0CA

Tints of French Grey #BEB0CA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.99%

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

R = 33.45%
G = 30.99%
B = 35.56%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BEB0CA (or 0xBEB0CA) is known color: French Grey. HEX triplet: BE, B0 and CA. RGB value is (190,176,202). Sum of RGB (Red+Green+Blue) = 190+176+202=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEB0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB0CA is #414F35. Grayscale: #B7B7B7. Windows color (decimal): -4280118 or 13283518. OLE color: 13283518.

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

Color convert

RGB 190 176 202 -
CMYK 0.06 0.13 0 0.21
HSL 272.31º 0.2% 0.74% -
HSV(B) 272.31º 0.13% 0.79% -
XYZ 47.42 46.26 62.31 -
YUV 183.15 138.64 132.89 -
System Red Green Blue C M Y K H S L
Decimal 190 176 202 0.06 0.13 0 0.21 272.31 0.2 0.74
Hex BE B0 CA 6 D 0 15 110 14 4A
Octal 276 260 312 6 15 0 25 420 24 112
Binary 10111110 10110000 11001010 110 1101 0 10101 100010000 10100 1001010

Color Harmonies of #BEB0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB0CA

Black with #BEB0CA

Text Example


Text Example

White with #BEB0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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