Html Css Color HEX #BFA0E0 Perfume

📋 copy color: '#BFA0E0'

red 191 ◦ green 160 ◦ blue 224

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

Shades of Perfume #BFA0E0

Tints of Perfume #BFA0E0

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.83%

 BLUE value IS 224 (87.89% from 255) = 38.96%

R = 33.22%
G = 27.83%
B = 38.96%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BFA0E0 (or 0xBFA0E0) is known color: Perfume. HEX triplet: BF, A0 and E0. RGB value is (191,160,224). Sum of RGB (Red+Green+Blue) = 191+160+224=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFA0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA0E0 is #405F1F. Grayscale: #B0B0B0. Windows color (decimal): -4218656 or 14721215. OLE color: 14721215.

HSL color Cylindrical-coordinate representation of color #BFA0E0: hue angle of 269.06º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFA0E0 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 160 224 -
CMYK 0.15 0.29 0 0.12
HSL 269.06º 0.51% 0.75% -
HSV(B) 269.06º 0.29% 0.88% -
XYZ 47.51 41.6 76.05 -
YUV 176.57 154.77 138.3 -
System Red Green Blue C M Y K H S L
Decimal 191 160 224 0.15 0.29 0 0.12 269.06 0.51 0.75
Hex BF A0 E0 F 1D 0 C 10D 33 4B
Octal 277 240 340 17 35 0 14 415 63 113
Binary 10111111 10100000 11100000 1111 11101 0 1100 100001101 110011 1001011

Color Harmonies of #BFA0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA0E0

Black with #BFA0E0

Text Example


Text Example

White with #BFA0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA0E0; }

 p { color: rgb(191,160,224); }

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

background-color css

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

 a { background-color: rgb(191,160,224); }

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

border-color css

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

 span { border-color: rgb(191,160,224); }

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