Html Css Color HEX #BFA4E9 Perfume

📋 copy color: '#BFA4E9'

red 191 ◦ green 164 ◦ blue 233

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

Shades of Perfume #BFA4E9

Tints of Perfume #BFA4E9

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.89%

 BLUE value IS 233 (91.41% from 255) = 39.63%

R = 32.48%
G = 27.89%
B = 39.63%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFA4E9 (or 0xBFA4E9) is known color: Perfume. HEX triplet: BF, A4 and E9. RGB value is (191,164,233). Sum of RGB (Red+Green+Blue) = 191+164+233=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 164 (64.45% from 255 or 27.89% from 588); Blue value is 233 (91.41% from 255 or 39.63% from 588); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFA4E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA4E9 is #405B16. Grayscale: #B3B3B3. Windows color (decimal): -4217623 or 15312063. OLE color: 15312063.

HSL color Cylindrical-coordinate representation of color #BFA4E9: hue angle of 263.48º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFA4E9 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 164 233 -
CMYK 0.18 0.30 0 0.09
HSL 263.48º 0.61% 0.78% -
HSV(B) 263.48º 0.3% 0.91% -
XYZ 49.47 43.51 82.88 -
YUV 179.94 157.95 135.89 -
System Red Green Blue C M Y K H S L
Decimal 191 164 233 0.18 0.30 0 0.09 263.48 0.61 0.78
Hex BF A4 E9 12 1E 0 9 107 3D 4E
Octal 277 244 351 22 36 0 11 407 75 116
Binary 10111111 10100100 11101001 10010 11110 0 1001 100000111 111101 1001110

Color Harmonies of #BFA4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA4E9

Black with #BFA4E9

Text Example


Text Example

White with #BFA4E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA4E9; }

 p { color: rgb(191,164,233); }

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

background-color css

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

 a { background-color: rgb(191,164,233); }

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

border-color css

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

 span { border-color: rgb(191,164,233); }

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