Html Css Color HEX #BFACEA Melrose

📋 copy color: '#BFACEA'

red 191 ◦ green 172 ◦ blue 234

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

Shades of Melrose #BFACEA

Tints of Melrose #BFACEA

RGB

 RED value IS 191 (75% from 255) = 31.99%

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

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

R = 31.99%
G = 28.81%
B = 39.2%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFACEA (or 0xBFACEA) is known color: Melrose. HEX triplet: BF, AC and EA. RGB value is (191,172,234). Sum of RGB (Red+Green+Blue) = 191+172+234=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFACEA is #405315. Grayscale: #B8B8B8. Windows color (decimal): -4215574 or 15379647. OLE color: 15379647.

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

Color convert

RGB 191 172 234 -
CMYK 0.18 0.26 0 0.08
HSL 258.39º 0.6% 0.8% -
HSV(B) 258.39º 0.26% 0.92% -
XYZ 51.09 46.52 84.13 -
YUV 184.75 155.79 132.46 -
System Red Green Blue C M Y K H S L
Decimal 191 172 234 0.18 0.26 0 0.08 258.39 0.6 0.8
Hex BF AC EA 12 1A 0 8 102 3C 50
Octal 277 254 352 22 32 0 10 402 74 120
Binary 10111111 10101100 11101010 10010 11010 0 1000 100000010 111100 1010000

Color Harmonies of #BFACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFACEA

Black with #BFACEA

Text Example


Text Example

White with #BFACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFACEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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