Html Css Color HEX #BFAAE2 Perfume

📋 copy color: '#BFAAE2'

red 191 ◦ green 170 ◦ blue 226

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

Shades of Perfume #BFAAE2

Tints of Perfume #BFAAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.5%

R = 32.54%
G = 28.96%
B = 38.5%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BFAAE2 (or 0xBFAAE2) is known color: Perfume. HEX triplet: BF, AA and E2. RGB value is (191,170,226). Sum of RGB (Red+Green+Blue) = 191+170+226=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 226 (88.67% from 255 or 38.50% from 587); Max value from RGB is 226 - color contains mainly: blue. Hex color #BFAAE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAAE2 is #40551D. Grayscale: #B6B6B6. Windows color (decimal): -4216094 or 14854847. OLE color: 14854847.

HSL color Cylindrical-coordinate representation of color #BFAAE2: hue angle of 262.5º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFAAE2 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 170 226 -
CMYK 0.15 0.25 0 0.11
HSL 262.5º 0.49% 0.78% -
HSV(B) 262.5º 0.25% 0.89% -
XYZ 49.59 45.32 78.08 -
YUV 182.66 152.46 133.95 -
System Red Green Blue C M Y K H S L
Decimal 191 170 226 0.15 0.25 0 0.11 262.5 0.49 0.78
Hex BF AA E2 F 19 0 B 106 31 4E
Octal 277 252 342 17 31 0 13 406 61 116
Binary 10111111 10101010 11100010 1111 11001 0 1011 100000110 110001 1001110

Color Harmonies of #BFAAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAAE2

Black with #BFAAE2

Text Example


Text Example

White with #BFAAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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