Html Css Color HEX #BFA3E1 Perfume

📋 copy color: '#BFA3E1'

red 191 ◦ green 163 ◦ blue 225

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

Shades of Perfume #BFA3E1

Tints of Perfume #BFA3E1

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.15%

 BLUE value IS 225 (88.28% from 255) = 38.86%

R = 32.99%
G = 28.15%
B = 38.86%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BFA3E1 (or 0xBFA3E1) is known color: Perfume. HEX triplet: BF, A3 and E1. RGB value is (191,163,225). Sum of RGB (Red+Green+Blue) = 191+163+225=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 163 (64.06% from 255 or 28.15% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFA3E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA3E1 is #405C1E. Grayscale: #B2B2B2. Windows color (decimal): -4217887 or 14787519. OLE color: 14787519.

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

Color convert

RGB 191 163 225 -
CMYK 0.15 0.28 0 0.12
HSL 267.1º 0.51% 0.76% -
HSV(B) 267.1º 0.28% 0.88% -
XYZ 48.17 42.71 76.94 -
YUV 178.44 154.28 136.96 -
System Red Green Blue C M Y K H S L
Decimal 191 163 225 0.15 0.28 0 0.12 267.1 0.51 0.76
Hex BF A3 E1 F 1C 0 C 10B 33 4C
Octal 277 243 341 17 34 0 14 413 63 114
Binary 10111111 10100011 11100001 1111 11100 0 1100 100001011 110011 1001100

Color Harmonies of #BFA3E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA3E1

Black with #BFA3E1

Text Example


Text Example

White with #BFA3E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA3E1; }

 p { color: rgb(191,163,225); }

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

background-color css

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

 a { background-color: rgb(191,163,225); }

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

border-color css

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

 span { border-color: rgb(191,163,225); }

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