Html Css Color HEX #BAACEA Melrose

📋 copy color: '#BAACEA'

red 186 ◦ green 172 ◦ blue 234

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

Shades of Melrose #BAACEA

Tints of Melrose #BAACEA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.05%

 BLUE value IS 234 (91.8% from 255) = 39.53%

R = 31.42%
G = 29.05%
B = 39.53%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BAACEA (or 0xBAACEA) is known color: Melrose. HEX triplet: BA, AC and EA. RGB value is (186,172,234). Sum of RGB (Red+Green+Blue) = 186+172+234=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAACEA is #455315. Grayscale: #B7B7B7. Windows color (decimal): -4543254 or 15379642. OLE color: 15379642.

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

Color convert

RGB 186 172 234 -
CMYK 0.21 0.26 0 0.08
HSL 253.55º 0.6% 0.8% -
HSV(B) 253.55º 0.26% 0.92% -
XYZ 49.85 45.88 84.07 -
YUV 183.25 156.64 129.96 -
System Red Green Blue C M Y K H S L
Decimal 186 172 234 0.21 0.26 0 0.08 253.55 0.6 0.8
Hex BA AC EA 15 1A 0 8 FE 3C 50
Octal 272 254 352 25 32 0 10 376 74 120
Binary 10111010 10101100 11101010 10101 11010 0 1000 11111110 111100 1010000

Color Harmonies of #BAACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAACEA

Black with #BAACEA

Text Example


Text Example

White with #BAACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAACEA; }

 p { color: rgb(186,172,234); }

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

background-color css

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

 a { background-color: rgb(186,172,234); }

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

border-color css

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

 span { border-color: rgb(186,172,234); }

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