Html Css Color HEX #B9A0F5 Perfume

📋 copy color: '#B9A0F5'

red 185 ◦ green 160 ◦ blue 245

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

Shades of Perfume #B9A0F5

Tints of Perfume #B9A0F5

RGB

 RED value IS 185 (72.66% from 255) = 31.36%

 GREEN value IS 160 (62.89% from 255) = 27.12%

 BLUE value IS 245 (96.09% from 255) = 41.53%

R = 31.36%
G = 27.12%
B = 41.53%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B9A0F5 (or 0xB9A0F5) is known color: Perfume. HEX triplet: B9, A0 and F5. RGB value is (185,160,245). Sum of RGB (Red+Green+Blue) = 185+160+245=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 160 (62.89% from 255 or 27.12% from 590); Blue value is 245 (96.09% from 255 or 41.53% from 590); Max value from RGB is 245 - color contains mainly: blue. Hex color #B9A0F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A0F5 is #465F0A. Grayscale: #B0B0B0. Windows color (decimal): -4611851 or 16097465. OLE color: 16097465.

HSL color Cylindrical-coordinate representation of color #B9A0F5: hue angle of 257.65º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B9A0F5 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 160 245 -
CMYK 0.24 0.35 0 0.04
HSL 257.65º 0.81% 0.79% -
HSV(B) 257.65º 0.35% 0.96% -
XYZ 49.06 42.05 91.92 -
YUV 177.17 166.28 133.59 -
System Red Green Blue C M Y K H S L
Decimal 185 160 245 0.24 0.35 0 0.04 257.65 0.81 0.79
Hex B9 A0 F5 18 23 0 4 102 51 4F
Octal 271 240 365 30 43 0 4 402 121 117
Binary 10111001 10100000 11110101 11000 100011 0 100 100000010 1010001 1001111

Color Harmonies of #B9A0F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A0F5

Black with #B9A0F5

Text Example


Text Example

White with #B9A0F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A0F5; }

 p { color: rgb(185,160,245); }

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

background-color css

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

 a { background-color: rgb(185,160,245); }

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

border-color css

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

 span { border-color: rgb(185,160,245); }

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