Html Css Color HEX #BEABFF Melrose

📋 copy color: '#BEABFF'

red 190 ◦ green 171 ◦ blue 255

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

Shades of Melrose #BEABFF

Tints of Melrose #BEABFF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.76%

 BLUE value IS 255 (100% from 255) = 41.4%

R = 30.84%
G = 27.76%
B = 41.4%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BEABFF (or 0xBEABFF) is known color: Melrose. HEX triplet: BE, AB and FF. RGB value is (190,171,255). Sum of RGB (Red+Green+Blue) = 190+171+255=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEABFF is #415400. Grayscale: #B9B9B9. Windows color (decimal): -4281345 or 16755646. OLE color: 16755646.

HSL color Cylindrical-coordinate representation of color #BEABFF: hue angle of 253.57º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEABFF is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 190 171 255 -
CMYK 0.25 0.33 0 0
HSL 253.57º 1% 0.84% -
HSV(B) 253.57º 0.33% 1% -
XYZ 53.85 47.29 100.9 -
YUV 186.26 166.79 130.67 -
System Red Green Blue C M Y K H S L
Decimal 190 171 255 0.25 0.33 0 0 253.57 1 0.84
Hex BE AB FF 19 21 0 0 FE 64 54
Octal 276 253 377 31 41 0 0 376 144 124
Binary 10111110 10101011 11111111 11001 100001 0 0 11111110 1100100 1010100

Color Harmonies of #BEABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEABFF

Black with #BEABFF

Text Example


Text Example

White with #BEABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEABFF; }

 p { color: rgb(190,171,255); }

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

background-color css

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

 a { background-color: rgb(190,171,255); }

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

border-color css

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

 span { border-color: rgb(190,171,255); }

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