Html Css Color HEX #BEABEB Melrose

📋 copy color: '#BEABEB'

red 190 ◦ green 171 ◦ blue 235

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

Shades of Melrose #BEABEB

Tints of Melrose #BEABEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.43%

R = 31.88%
G = 28.69%
B = 39.43%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BEABEB (or 0xBEABEB) is known color: Melrose. HEX triplet: BE, AB and EB. RGB value is (190,171,235). Sum of RGB (Red+Green+Blue) = 190+171+235=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #BEABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEABEB is #415414. Grayscale: #B7B7B7. Windows color (decimal): -4281365 or 15444926. OLE color: 15444926.

HSL color Cylindrical-coordinate representation of color #BEABEB: hue angle of 257.81º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEABEB is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 171 235 -
CMYK 0.19 0.27 0 0.08
HSL 257.81º 0.62% 0.8% -
HSV(B) 257.81º 0.27% 0.92% -
XYZ 50.79 46.07 84.81 -
YUV 183.98 156.79 132.3 -
System Red Green Blue C M Y K H S L
Decimal 190 171 235 0.19 0.27 0 0.08 257.81 0.62 0.8
Hex BE AB EB 13 1B 0 8 102 3E 50
Octal 276 253 353 23 33 0 10 402 76 120
Binary 10111110 10101011 11101011 10011 11011 0 1000 100000010 111110 1010000

Color Harmonies of #BEABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEABEB

Black with #BEABEB

Text Example


Text Example

White with #BEABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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