Html Css Color HEX #BFA4D3 Perfume

📋 copy color: '#BFA4D3'

red 191 ◦ green 164 ◦ blue 211

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

Shades of Perfume #BFA4D3

Tints of Perfume #BFA4D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.28%

R = 33.75%
G = 28.98%
B = 37.28%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BFA4D3 (or 0xBFA4D3) is known color: Perfume. HEX triplet: BF, A4 and D3. RGB value is (191,164,211). Sum of RGB (Red+Green+Blue) = 191+164+211=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFA4D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA4D3 is #405B2C. Grayscale: #B1B1B1. Windows color (decimal): -4217645 or 13870271. OLE color: 13870271.

HSL color Cylindrical-coordinate representation of color #BFA4D3: hue angle of 274.47º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFA4D3 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 164 211 -
CMYK 0.09 0.22 0 0.17
HSL 274.47º 0.35% 0.74% -
HSV(B) 274.47º 0.22% 0.83% -
XYZ 46.52 42.33 67.35 -
YUV 177.43 146.95 137.68 -
System Red Green Blue C M Y K H S L
Decimal 191 164 211 0.09 0.22 0 0.17 274.47 0.35 0.74
Hex BF A4 D3 9 16 0 11 112 23 4A
Octal 277 244 323 11 26 0 21 422 43 112
Binary 10111111 10100100 11010011 1001 10110 0 10001 100010010 100011 1001010

Color Harmonies of #BFA4D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA4D3

Black with #BFA4D3

Text Example


Text Example

White with #BFA4D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA4D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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