Html Css Color HEX #BAABEB Melrose

📋 copy color: '#BAABEB'

red 186 ◦ green 171 ◦ blue 235

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

Shades of Melrose #BAABEB

Tints of Melrose #BAABEB

RGB

 RED value IS 186 (73.05% from 255) = 31.42%

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

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

R = 31.42%
G = 28.89%
B = 39.7%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BAABEB (or 0xBAABEB) is known color: Melrose. HEX triplet: BA, AB and EB. RGB value is (186,171,235). Sum of RGB (Red+Green+Blue) = 186+171+235=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAABEB is #455414. Grayscale: #B6B6B6. Windows color (decimal): -4543509 or 15444922. OLE color: 15444922.

HSL color Cylindrical-coordinate representation of color #BAABEB: hue angle of 254.06º 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 #BAABEB is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 171 235 -
CMYK 0.21 0.27 0 0.08
HSL 254.06º 0.62% 0.8% -
HSV(B) 254.06º 0.27% 0.92% -
XYZ 49.81 45.56 84.77 -
YUV 182.78 157.47 130.3 -
System Red Green Blue C M Y K H S L
Decimal 186 171 235 0.21 0.27 0 0.08 254.06 0.62 0.8
Hex BA AB EB 15 1B 0 8 FE 3E 50
Octal 272 253 353 25 33 0 10 376 76 120
Binary 10111010 10101011 11101011 10101 11011 0 1000 11111110 111110 1010000

Color Harmonies of #BAABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAABEB

Black with #BAABEB

Text Example


Text Example

White with #BAABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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