Html Css Color HEX #BFA7CF Perfume

📋 copy color: '#BFA7CF'

red 191 ◦ green 167 ◦ blue 207

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

Shades of Perfume #BFA7CF

Tints of Perfume #BFA7CF

RGB

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

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

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

R = 33.81%
G = 29.56%
B = 36.64%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BFA7CF (or 0xBFA7CF) is known color: Perfume. HEX triplet: BF, A7 and CF. RGB value is (191,167,207). Sum of RGB (Red+Green+Blue) = 191+167+207=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 167 (65.62% from 255 or 29.56% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFA7CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA7CF is #405830. Grayscale: #B2B2B2. Windows color (decimal): -4216881 or 13608895. OLE color: 13608895.

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

Color convert

RGB 191 167 207 -
CMYK 0.08 0.19 0 0.19
HSL 276º 0.29% 0.73% -
HSV(B) 276º 0.19% 0.81% -
XYZ 46.57 43.22 64.92 -
YUV 178.74 143.95 136.75 -
System Red Green Blue C M Y K H S L
Decimal 191 167 207 0.08 0.19 0 0.19 276 0.29 0.73
Hex BF A7 CF 8 13 0 13 114 1D 49
Octal 277 247 317 10 23 0 23 424 35 111
Binary 10111111 10100111 11001111 1000 10011 0 10011 100010100 11101 1001001

Color Harmonies of #BFA7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA7CF

Black with #BFA7CF

Text Example


Text Example

White with #BFA7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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