Html Css Color HEX #B9A1FC Perfume

📋 copy color: '#B9A1FC'

red 185 ◦ green 161 ◦ blue 252

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

Shades of Perfume #B9A1FC

Tints of Perfume #B9A1FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.14%

R = 30.94%
G = 26.92%
B = 42.14%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B9A1FC (or 0xB9A1FC) is known color: Perfume. HEX triplet: B9, A1 and FC. RGB value is (185,161,252). Sum of RGB (Red+Green+Blue) = 185+161+252=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 161 (63.28% from 255 or 26.92% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #B9A1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A1FC is #465E03. Grayscale: #B2B2B2. Windows color (decimal): -4611588 or 16556473. OLE color: 16556473.

HSL color Cylindrical-coordinate representation of color #B9A1FC: hue angle of 255.82º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9A1FC is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 161 252 -
CMYK 0.27 0.36 0 0.01
HSL 255.82º 0.94% 0.81% -
HSV(B) 255.82º 0.36% 0.99% -
XYZ 50.32 42.83 97.71 -
YUV 178.55 169.45 132.6 -
System Red Green Blue C M Y K H S L
Decimal 185 161 252 0.27 0.36 0 0.01 255.82 0.94 0.81
Hex B9 A1 FC 1B 24 0 1 100 5E 51
Octal 271 241 374 33 44 0 1 400 136 121
Binary 10111001 10100001 11111100 11011 100100 0 1 100000000 1011110 1010001

Color Harmonies of #B9A1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A1FC

Black with #B9A1FC

Text Example


Text Example

White with #B9A1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A1FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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