Html Css Color HEX #BFA5D3 Perfume

📋 copy color: '#BFA5D3'

red 191 ◦ green 165 ◦ blue 211

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

Shades of Perfume #BFA5D3

Tints of Perfume #BFA5D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.21%

R = 33.69%
G = 29.1%
B = 37.21%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BFA5D3 (or 0xBFA5D3) is known color: Perfume. HEX triplet: BF, A5 and D3. RGB value is (191,165,211). Sum of RGB (Red+Green+Blue) = 191+165+211=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 165 (64.84% from 255 or 29.10% from 567); Blue value is 211 (82.81% from 255 or 37.21% from 567); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFA5D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5D3 is #405A2C. Grayscale: #B1B1B1. Windows color (decimal): -4217389 or 13870527. OLE color: 13870527.

HSL color Cylindrical-coordinate representation of color #BFA5D3: hue angle of 273.91º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFA5D3 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 165 211 -
CMYK 0.09 0.22 0 0.17
HSL 273.91º 0.34% 0.74% -
HSV(B) 273.91º 0.22% 0.83% -
XYZ 46.7 42.69 67.41 -
YUV 178.02 146.61 137.26 -
System Red Green Blue C M Y K H S L
Decimal 191 165 211 0.09 0.22 0 0.17 273.91 0.34 0.74
Hex BF A5 D3 9 16 0 11 112 22 4A
Octal 277 245 323 11 26 0 21 422 42 112
Binary 10111111 10100101 11010011 1001 10110 0 10001 100010010 100010 1001010

Color Harmonies of #BFA5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA5D3

Black with #BFA5D3

Text Example


Text Example

White with #BFA5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA5D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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