Html Css Color HEX #BFA6D0 Perfume

📋 copy color: '#BFA6D0'

red 191 ◦ green 166 ◦ blue 208

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

Shades of Perfume #BFA6D0

Tints of Perfume #BFA6D0

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.38%

 BLUE value IS 208 (81.64% from 255) = 36.81%

R = 33.81%
G = 29.38%
B = 36.81%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BFA6D0 (or 0xBFA6D0) is known color: Perfume. HEX triplet: BF, A6 and D0. RGB value is (191,166,208). Sum of RGB (Red+Green+Blue) = 191+166+208=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFA6D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA6D0 is #40592F. Grayscale: #B2B2B2. Windows color (decimal): -4217136 or 13674175. OLE color: 13674175.

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

Color convert

RGB 191 166 208 -
CMYK 0.08 0.20 0 0.18
HSL 275.71º 0.31% 0.73% -
HSV(B) 275.71º 0.2% 0.82% -
XYZ 46.51 42.9 65.5 -
YUV 178.26 144.78 137.08 -
System Red Green Blue C M Y K H S L
Decimal 191 166 208 0.08 0.20 0 0.18 275.71 0.31 0.73
Hex BF A6 D0 8 14 0 12 114 1F 49
Octal 277 246 320 10 24 0 22 424 37 111
Binary 10111111 10100110 11010000 1000 10100 0 10010 100010100 11111 1001001

Color Harmonies of #BFA6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA6D0

Black with #BFA6D0

Text Example


Text Example

White with #BFA6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA6D0; }

 p { color: rgb(191,166,208); }

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

background-color css

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

 a { background-color: rgb(191,166,208); }

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

border-color css

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

 span { border-color: rgb(191,166,208); }

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