Html Css Color HEX #BFA5DD Perfume

📋 copy color: '#BFA5DD'

red 191 ◦ green 165 ◦ blue 221

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

Shades of Perfume #BFA5DD

Tints of Perfume #BFA5DD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.6%

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

R = 33.1%
G = 28.6%
B = 38.3%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFA5DD (or 0xBFA5DD) is known color: Perfume. HEX triplet: BF, A5 and DD. RGB value is (191,165,221). Sum of RGB (Red+Green+Blue) = 191+165+221=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 165 (64.84% from 255 or 28.60% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFA5DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5DD is #405A22. Grayscale: #B2B2B2. Windows color (decimal): -4217379 or 14525887. OLE color: 14525887.

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

Color convert

RGB 191 165 221 -
CMYK 0.14 0.25 0 0.13
HSL 267.86º 0.45% 0.76% -
HSV(B) 267.86º 0.25% 0.87% -
XYZ 47.99 43.21 74.22 -
YUV 179.16 151.61 136.45 -
System Red Green Blue C M Y K H S L
Decimal 191 165 221 0.14 0.25 0 0.13 267.86 0.45 0.76
Hex BF A5 DD E 19 0 D 10C 2D 4C
Octal 277 245 335 16 31 0 15 414 55 114
Binary 10111111 10100101 11011101 1110 11001 0 1101 100001100 101101 1001100

Color Harmonies of #BFA5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA5DD

Black with #BFA5DD

Text Example


Text Example

White with #BFA5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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