Html Css Color HEX #BFA5CF Perfume

📋 copy color: '#BFA5CF'

red 191 ◦ green 165 ◦ blue 207

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

Shades of Perfume #BFA5CF

Tints of Perfume #BFA5CF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.31%

 BLUE value IS 207 (81.25% from 255) = 36.77%

R = 33.93%
G = 29.31%
B = 36.77%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BFA5CF (or 0xBFA5CF) is known color: Perfume. HEX triplet: BF, A5 and CF. RGB value is (191,165,207). Sum of RGB (Red+Green+Blue) = 191+165+207=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFA5CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5CF is #405A30. Grayscale: #B1B1B1. Windows color (decimal): -4217393 or 13608383. OLE color: 13608383.

HSL color Cylindrical-coordinate representation of color #BFA5CF: hue angle of 277.14º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFA5CF is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 165 207 -
CMYK 0.08 0.20 0 0.19
HSL 277.14º 0.3% 0.73% -
HSV(B) 277.14º 0.2% 0.81% -
XYZ 46.2 42.49 64.8 -
YUV 177.56 144.61 137.58 -
System Red Green Blue C M Y K H S L
Decimal 191 165 207 0.08 0.20 0 0.19 277.14 0.3 0.73
Hex BF A5 CF 8 14 0 13 115 1E 49
Octal 277 245 317 10 24 0 23 425 36 111
Binary 10111111 10100101 11001111 1000 10100 0 10011 100010101 11110 1001001

Color Harmonies of #BFA5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA5CF

Black with #BFA5CF

Text Example


Text Example

White with #BFA5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA5CF; }

 p { color: rgb(191,165,207); }

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

background-color css

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

 a { background-color: rgb(191,165,207); }

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

border-color css

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

 span { border-color: rgb(191,165,207); }

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