Html Css Color HEX #B9A1FA Perfume

📋 copy color: '#B9A1FA'

red 185 ◦ green 161 ◦ blue 250

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

Shades of Perfume #B9A1FA

Tints of Perfume #B9A1FA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.01%

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

R = 31.04%
G = 27.01%
B = 41.95%

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

#B9A1FA (or 0xB9A1FA) is known color: Perfume. HEX triplet: B9, A1 and FA. RGB value is (185,161,250). Sum of RGB (Red+Green+Blue) = 185+161+250=596 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.04% from 596); Green value is 161 (63.28% from 255 or 27.01% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #B9A1FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A1FA is #465E05. Grayscale: #B1B1B1. Windows color (decimal): -4611590 or 16425401. OLE color: 16425401.

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

Color convert

RGB 185 161 250 -
CMYK 0.26 0.36 0 0.02
HSL 256.18º 0.9% 0.81% -
HSV(B) 256.18º 0.36% 0.98% -
XYZ 50.01 42.71 96.05 -
YUV 178.32 168.45 132.76 -
System Red Green Blue C M Y K H S L
Decimal 185 161 250 0.26 0.36 0 0.02 256.18 0.9 0.81
Hex B9 A1 FA 1A 24 0 2 100 5A 51
Octal 271 241 372 32 44 0 2 400 132 121
Binary 10111001 10100001 11111010 11010 100100 0 10 100000000 1011010 1010001

Color Harmonies of #B9A1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A1FA

Black with #B9A1FA

Text Example


Text Example

White with #B9A1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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