Html Css Color HEX #BFA3E8 Perfume

📋 copy color: '#BFA3E8'

red 191 ◦ green 163 ◦ blue 232

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

Shades of Perfume #BFA3E8

Tints of Perfume #BFA3E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 39.59%

R = 32.59%
G = 27.82%
B = 39.59%

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

#BFA3E8 (or 0xBFA3E8) is known color: Perfume. HEX triplet: BF, A3 and E8. RGB value is (191,163,232). Sum of RGB (Red+Green+Blue) = 191+163+232=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 163 (64.06% from 255 or 27.82% from 586); Blue value is 232 (91.02% from 255 or 39.59% from 586); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFA3E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA3E8 is #405C17. Grayscale: #B2B2B2. Windows color (decimal): -4217880 or 15246271. OLE color: 15246271.

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

Color convert

RGB 191 163 232 -
CMYK 0.18 0.30 0 0.09
HSL 264.35º 0.6% 0.77% -
HSV(B) 264.35º 0.3% 0.91% -
XYZ 49.15 43.1 82.07 -
YUV 179.24 157.78 136.39 -
System Red Green Blue C M Y K H S L
Decimal 191 163 232 0.18 0.30 0 0.09 264.35 0.6 0.77
Hex BF A3 E8 12 1E 0 9 108 3C 4D
Octal 277 243 350 22 36 0 11 410 74 115
Binary 10111111 10100011 11101000 10010 11110 0 1001 100001000 111100 1001101

Color Harmonies of #BFA3E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA3E8

Black with #BFA3E8

Text Example


Text Example

White with #BFA3E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA3E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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