Html Css Color HEX #B8A1F9 Perfume

📋 copy color: '#B8A1F9'

red 184 ◦ green 161 ◦ blue 249

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

Shades of Perfume #B8A1F9

Tints of Perfume #B8A1F9

RGB

 RED value IS 184 (72.27% from 255) = 30.98%

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

 BLUE value IS 249 (97.66% from 255) = 41.92%

R = 30.98%
G = 27.1%
B = 41.92%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B8A1F9 (or 0xB8A1F9) is known color: Perfume. HEX triplet: B8, A1 and F9. RGB value is (184,161,249). Sum of RGB (Red+Green+Blue) = 184+161+249=594 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.98% from 594); Green value is 161 (63.28% from 255 or 27.10% from 594); Blue value is 249 (97.66% from 255 or 41.92% from 594); Max value from RGB is 249 - color contains mainly: blue. Hex color #B8A1F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A1F9 is #475E06. Grayscale: #B1B1B1. Windows color (decimal): -4677127 or 16359864. OLE color: 16359864.

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

Color convert

RGB 184 161 249 -
CMYK 0.26 0.35 0 0.02
HSL 255.68º 0.88% 0.8% -
HSV(B) 255.68º 0.35% 0.98% -
XYZ 49.61 42.52 95.21 -
YUV 177.91 168.12 132.34 -
System Red Green Blue C M Y K H S L
Decimal 184 161 249 0.26 0.35 0 0.02 255.68 0.88 0.8
Hex B8 A1 F9 1A 23 0 2 100 58 50
Octal 270 241 371 32 43 0 2 400 130 120
Binary 10111000 10100001 11111001 11010 100011 0 10 100000000 1011000 1010000

Color Harmonies of #B8A1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A1F9

Black with #B8A1F9

Text Example


Text Example

White with #B8A1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A1F9; }

 p { color: rgb(184,161,249); }

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

background-color css

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

 a { background-color: rgb(184,161,249); }

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

border-color css

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

 span { border-color: rgb(184,161,249); }

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