Html Css Color HEX #BFA4DF Perfume

📋 copy color: '#BFA4DF'

red 191 ◦ green 164 ◦ blue 223

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

Shades of Perfume #BFA4DF

Tints of Perfume #BFA4DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.58%

R = 33.04%
G = 28.37%
B = 38.58%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFA4DF (or 0xBFA4DF) is known color: Perfume. HEX triplet: BF, A4 and DF. RGB value is (191,164,223). Sum of RGB (Red+Green+Blue) = 191+164+223=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 164 (64.45% from 255 or 28.37% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFA4DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA4DF is #405B20. Grayscale: #B2B2B2. Windows color (decimal): -4217633 or 14656703. OLE color: 14656703.

HSL color Cylindrical-coordinate representation of color #BFA4DF: hue angle of 267.46º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFA4DF is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 164 223 -
CMYK 0.14 0.26 0 0.13
HSL 267.46º 0.48% 0.76% -
HSV(B) 267.46º 0.26% 0.87% -
XYZ 48.08 42.96 75.57 -
YUV 178.8 152.95 136.7 -
System Red Green Blue C M Y K H S L
Decimal 191 164 223 0.14 0.26 0 0.13 267.46 0.48 0.76
Hex BF A4 DF E 1A 0 D 10B 30 4C
Octal 277 244 337 16 32 0 15 413 60 114
Binary 10111111 10100100 11011111 1110 11010 0 1101 100001011 110000 1001100

Color Harmonies of #BFA4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA4DF

Black with #BFA4DF

Text Example


Text Example

White with #BFA4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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