Html Css Color HEX #BFAAEA Melrose

📋 copy color: '#BFAAEA'

red 191 ◦ green 170 ◦ blue 234

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

Shades of Melrose #BFAAEA

Tints of Melrose #BFAAEA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.57%

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

R = 32.1%
G = 28.57%
B = 39.33%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFAAEA (or 0xBFAAEA) is known color: Melrose. HEX triplet: BF, AA and EA. RGB value is (191,170,234). Sum of RGB (Red+Green+Blue) = 191+170+234=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFAAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAAEA is #405515. Grayscale: #B7B7B7. Windows color (decimal): -4216086 or 15379135. OLE color: 15379135.

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

Color convert

RGB 191 170 234 -
CMYK 0.18 0.27 0 0.08
HSL 259.69º 0.6% 0.79% -
HSV(B) 259.69º 0.27% 0.92% -
XYZ 50.71 45.77 84 -
YUV 183.58 156.46 133.3 -
System Red Green Blue C M Y K H S L
Decimal 191 170 234 0.18 0.27 0 0.08 259.69 0.6 0.79
Hex BF AA EA 12 1B 0 8 104 3C 4F
Octal 277 252 352 22 33 0 10 404 74 117
Binary 10111111 10101010 11101010 10010 11011 0 1000 100000100 111100 1001111

Color Harmonies of #BFAAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAAEA

Black with #BFAAEA

Text Example


Text Example

White with #BFAAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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