Html Css Color HEX #BFA7DC Perfume

📋 copy color: '#BFA7DC'

red 191 ◦ green 167 ◦ blue 220

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

Shades of Perfume #BFA7DC

Tints of Perfume #BFA7DC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.89%

 BLUE value IS 220 (86.33% from 255) = 38.06%

R = 33.04%
G = 28.89%
B = 38.06%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFA7DC (or 0xBFA7DC) is known color: Perfume. HEX triplet: BF, A7 and DC. RGB value is (191,167,220). Sum of RGB (Red+Green+Blue) = 191+167+220=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 167 (65.62% from 255 or 28.89% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFA7DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA7DC is #405823. Grayscale: #B4B4B4. Windows color (decimal): -4216868 or 14460863. OLE color: 14460863.

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

Color convert

RGB 191 167 220 -
CMYK 0.13 0.24 0 0.14
HSL 267.17º 0.43% 0.76% -
HSV(B) 267.17º 0.24% 0.86% -
XYZ 48.22 43.88 73.64 -
YUV 180.22 150.45 135.69 -
System Red Green Blue C M Y K H S L
Decimal 191 167 220 0.13 0.24 0 0.14 267.17 0.43 0.76
Hex BF A7 DC D 18 0 E 10B 2B 4C
Octal 277 247 334 15 30 0 16 413 53 114
Binary 10111111 10100111 11011100 1101 11000 0 1110 100001011 101011 1001100

Color Harmonies of #BFA7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA7DC

Black with #BFA7DC

Text Example


Text Example

White with #BFA7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA7DC; }

 p { color: rgb(191,167,220); }

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

background-color css

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

 a { background-color: rgb(191,167,220); }

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

border-color css

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

 span { border-color: rgb(191,167,220); }

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