Html Css Color HEX #BFAADD Perfume

📋 copy color: '#BFAADD'

red 191 ◦ green 170 ◦ blue 221

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

Shades of Perfume #BFAADD

Tints of Perfume #BFAADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.97%

R = 32.82%
G = 29.21%
B = 37.97%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFAADD (or 0xBFAADD) is known color: Perfume. HEX triplet: BF, AA and DD. RGB value is (191,170,221). Sum of RGB (Red+Green+Blue) = 191+170+221=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFAADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAADD is #405522. Grayscale: #B5B5B5. Windows color (decimal): -4216099 or 14527167. OLE color: 14527167.

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

Color convert

RGB 191 170 221 -
CMYK 0.14 0.23 0 0.13
HSL 264.71º 0.43% 0.77% -
HSV(B) 264.71º 0.23% 0.87% -
XYZ 48.91 45.05 74.52 -
YUV 182.09 149.96 134.35 -
System Red Green Blue C M Y K H S L
Decimal 191 170 221 0.14 0.23 0 0.13 264.71 0.43 0.77
Hex BF AA DD E 17 0 D 109 2B 4D
Octal 277 252 335 16 27 0 15 411 53 115
Binary 10111111 10101010 11011101 1110 10111 0 1101 100001001 101011 1001101

Color Harmonies of #BFAADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAADD

Black with #BFAADD

Text Example


Text Example

White with #BFAADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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