Html Css Color HEX #BFA4D6 Perfume

📋 copy color: '#BFA4D6'

red 191 ◦ green 164 ◦ blue 214

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

Shades of Perfume #BFA4D6

Tints of Perfume #BFA4D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.61%

R = 33.57%
G = 28.82%
B = 37.61%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BFA4D6 (or 0xBFA4D6) is known color: Perfume. HEX triplet: BF, A4 and D6. RGB value is (191,164,214). Sum of RGB (Red+Green+Blue) = 191+164+214=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 164 (64.45% from 255 or 28.82% from 569); Blue value is 214 (83.98% from 255 or 37.61% from 569); Max value from RGB is 214 - color contains mainly: blue. Hex color #BFA4D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA4D6 is #405B29. Grayscale: #B1B1B1. Windows color (decimal): -4217642 or 14066879. OLE color: 14066879.

HSL color Cylindrical-coordinate representation of color #BFA4D6: hue angle of 272.4º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFA4D6 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 164 214 -
CMYK 0.11 0.23 0 0.16
HSL 272.4º 0.38% 0.74% -
HSV(B) 272.4º 0.23% 0.84% -
XYZ 46.9 42.48 69.35 -
YUV 177.77 148.45 137.43 -
System Red Green Blue C M Y K H S L
Decimal 191 164 214 0.11 0.23 0 0.16 272.4 0.38 0.74
Hex BF A4 D6 B 17 0 10 110 26 4A
Octal 277 244 326 13 27 0 20 420 46 112
Binary 10111111 10100100 11010110 1011 10111 0 10000 100010000 100110 1001010

Color Harmonies of #BFA4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA4D6

Black with #BFA4D6

Text Example


Text Example

White with #BFA4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA4D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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