Html Css Color HEX #BFABDD Perfume

📋 copy color: '#BFABDD'

red 191 ◦ green 171 ◦ blue 221

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

Shades of Perfume #BFABDD

Tints of Perfume #BFABDD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.33%

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

R = 32.76%
G = 29.33%
B = 37.91%

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

#BFABDD (or 0xBFABDD) is known color: Perfume. HEX triplet: BF, AB and DD. RGB value is (191,171,221). Sum of RGB (Red+Green+Blue) = 191+171+221=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABDD is #405422. Grayscale: #B6B6B6. Windows color (decimal): -4215843 or 14527423. OLE color: 14527423.

HSL color Cylindrical-coordinate representation of color #BFABDD: hue angle of 264º degrees, saturation: 0.42, 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 #BFABDD is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 171 221 -
CMYK 0.14 0.23 0 0.13
HSL 264º 0.42% 0.77% -
HSV(B) 264º 0.23% 0.87% -
XYZ 49.1 45.42 74.59 -
YUV 182.68 149.63 133.93 -
System Red Green Blue C M Y K H S L
Decimal 191 171 221 0.14 0.23 0 0.13 264 0.42 0.77
Hex BF AB DD E 17 0 D 108 2A 4D
Octal 277 253 335 16 27 0 15 410 52 115
Binary 10111111 10101011 11011101 1110 10111 0 1101 100001000 101010 1001101

Color Harmonies of #BFABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFABDD

Black with #BFABDD

Text Example


Text Example

White with #BFABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFABDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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