Html Css Color HEX #B9A0FA Perfume

📋 copy color: '#B9A0FA'

red 185 ◦ green 160 ◦ blue 250

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

Shades of Perfume #B9A0FA

Tints of Perfume #B9A0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.02%

R = 31.09%
G = 26.89%
B = 42.02%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B9A0FA (or 0xB9A0FA) is known color: Perfume. HEX triplet: B9, A0 and FA. RGB value is (185,160,250). Sum of RGB (Red+Green+Blue) = 185+160+250=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 160 (62.89% from 255 or 26.89% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #B9A0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A0FA is #465F05. Grayscale: #B1B1B1. Windows color (decimal): -4611846 or 16425145. OLE color: 16425145.

HSL color Cylindrical-coordinate representation of color #B9A0FA: hue angle of 256.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9A0FA is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 160 250 -
CMYK 0.26 0.36 0 0.02
HSL 256.67º 0.9% 0.8% -
HSV(B) 256.67º 0.36% 0.98% -
XYZ 49.83 42.36 95.99 -
YUV 177.74 168.78 133.18 -
System Red Green Blue C M Y K H S L
Decimal 185 160 250 0.26 0.36 0 0.02 256.67 0.9 0.8
Hex B9 A0 FA 1A 24 0 2 101 5A 50
Octal 271 240 372 32 44 0 2 401 132 120
Binary 10111001 10100000 11111010 11010 100100 0 10 100000001 1011010 1010000

Color Harmonies of #B9A0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A0FA

Black with #B9A0FA

Text Example


Text Example

White with #B9A0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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