Html Css Color HEX #BFA3E4 Perfume

📋 copy color: '#BFA3E4'

red 191 ◦ green 163 ◦ blue 228

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

Shades of Perfume #BFA3E4

Tints of Perfume #BFA3E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.18%

R = 32.82%
G = 28.01%
B = 39.18%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BFA3E4 (or 0xBFA3E4) is known color: Perfume. HEX triplet: BF, A3 and E4. RGB value is (191,163,228). Sum of RGB (Red+Green+Blue) = 191+163+228=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 163 (64.06% from 255 or 28.01% from 582); Blue value is 228 (89.45% from 255 or 39.18% from 582); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFA3E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA3E4 is #405C1B. Grayscale: #B2B2B2. Windows color (decimal): -4217884 or 14984127. OLE color: 14984127.

HSL color Cylindrical-coordinate representation of color #BFA3E4: hue angle of 265.85º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFA3E4 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 163 228 -
CMYK 0.16 0.29 0 0.11
HSL 265.85º 0.55% 0.77% -
HSV(B) 265.85º 0.29% 0.89% -
XYZ 48.59 42.87 79.11 -
YUV 178.78 155.78 136.71 -
System Red Green Blue C M Y K H S L
Decimal 191 163 228 0.16 0.29 0 0.11 265.85 0.55 0.77
Hex BF A3 E4 10 1D 0 B 10A 37 4D
Octal 277 243 344 20 35 0 13 412 67 115
Binary 10111111 10100011 11100100 10000 11101 0 1011 100001010 110111 1001101

Color Harmonies of #BFA3E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA3E4

Black with #BFA3E4

Text Example


Text Example

White with #BFA3E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA3E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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