Html Css Color HEX #BFAAEE Melrose

📋 copy color: '#BFAAEE'

red 191 ◦ green 170 ◦ blue 238

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

Shades of Melrose #BFAAEE

Tints of Melrose #BFAAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.73%

R = 31.89%
G = 28.38%
B = 39.73%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFAAEE (or 0xBFAAEE) is known color: Melrose. HEX triplet: BF, AA and EE. RGB value is (191,170,238). Sum of RGB (Red+Green+Blue) = 191+170+238=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFAAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAAEE is #405511. Grayscale: #B7B7B7. Windows color (decimal): -4216082 or 15641279. OLE color: 15641279.

HSL color Cylindrical-coordinate representation of color #BFAAEE: hue angle of 258.53º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFAAEE is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 170 238 -
CMYK 0.20 0.29 0 0.07
HSL 258.53º 0.67% 0.8% -
HSV(B) 258.53º 0.29% 0.93% -
XYZ 51.29 46 87.06 -
YUV 184.03 158.46 132.97 -
System Red Green Blue C M Y K H S L
Decimal 191 170 238 0.20 0.29 0 0.07 258.53 0.67 0.8
Hex BF AA EE 14 1D 0 7 103 43 50
Octal 277 252 356 24 35 0 7 403 103 120
Binary 10111111 10101010 11101110 10100 11101 0 111 100000011 1000011 1010000

Color Harmonies of #BFAAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAAEE

Black with #BFAAEE

Text Example


Text Example

White with #BFAAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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