Html Css Color HEX #BFAADF Perfume

📋 copy color: '#BFAADF'

red 191 ◦ green 170 ◦ blue 223

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

Shades of Perfume #BFAADF

Tints of Perfume #BFAADF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.11%

 BLUE value IS 223 (87.5% from 255) = 38.18%

R = 32.71%
G = 29.11%
B = 38.18%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFAADF (or 0xBFAADF) is known color: Perfume. HEX triplet: BF, AA and DF. RGB value is (191,170,223). Sum of RGB (Red+Green+Blue) = 191+170+223=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFAADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAADF is #405520. Grayscale: #B6B6B6. Windows color (decimal): -4216097 or 14658239. OLE color: 14658239.

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

Color convert

RGB 191 170 223 -
CMYK 0.14 0.24 0 0.13
HSL 263.77º 0.45% 0.77% -
HSV(B) 263.77º 0.24% 0.87% -
XYZ 49.18 45.15 75.94 -
YUV 182.32 150.96 134.19 -
System Red Green Blue C M Y K H S L
Decimal 191 170 223 0.14 0.24 0 0.13 263.77 0.45 0.77
Hex BF AA DF E 18 0 D 108 2D 4D
Octal 277 252 337 16 30 0 15 410 55 115
Binary 10111111 10101010 11011111 1110 11000 0 1101 100001000 101101 1001101

Color Harmonies of #BFAADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAADF

Black with #BFAADF

Text Example


Text Example

White with #BFAADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAADF; }

 p { color: rgb(191,170,223); }

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

background-color css

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

 a { background-color: rgb(191,170,223); }

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

border-color css

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

 span { border-color: rgb(191,170,223); }

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