Html Css Color HEX #BEB2FA Melrose

📋 copy color: '#BEB2FA'

red 190 ◦ green 178 ◦ blue 250

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

Shades of Melrose #BEB2FA

Tints of Melrose #BEB2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.45%

R = 30.74%
G = 28.8%
B = 40.45%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BEB2FA (or 0xBEB2FA) is known color: Melrose. HEX triplet: BE, B2 and FA. RGB value is (190,178,250). Sum of RGB (Red+Green+Blue) = 190+178+250=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEB2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEB2FA is #414D05. Grayscale: #BDBDBD. Windows color (decimal): -4279558 or 16429758. OLE color: 16429758.

HSL color Cylindrical-coordinate representation of color #BEB2FA: hue angle of 250º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEB2FA is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 178 250 -
CMYK 0.24 0.29 0 0.02
HSL 250º 0.88% 0.84% -
HSV(B) 250º 0.29% 0.98% -
XYZ 54.41 49.69 97.17 -
YUV 189.8 161.98 128.15 -
System Red Green Blue C M Y K H S L
Decimal 190 178 250 0.24 0.29 0 0.02 250 0.88 0.84
Hex BE B2 FA 18 1D 0 2 FA 58 54
Octal 276 262 372 30 35 0 2 372 130 124
Binary 10111110 10110010 11111010 11000 11101 0 10 11111010 1011000 1010100

Color Harmonies of #BEB2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB2FA

Black with #BEB2FA

Text Example


Text Example

White with #BEB2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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