Html Css Color HEX #B9A4EC Perfume

📋 copy color: '#B9A4EC'

red 185 ◦ green 164 ◦ blue 236

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

Shades of Perfume #B9A4EC

Tints of Perfume #B9A4EC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.03%

 BLUE value IS 236 (92.58% from 255) = 40.34%

R = 31.62%
G = 28.03%
B = 40.34%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B9A4EC (or 0xB9A4EC) is known color: Perfume. HEX triplet: B9, A4 and EC. RGB value is (185,164,236). Sum of RGB (Red+Green+Blue) = 185+164+236=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 164 (64.45% from 255 or 28.03% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9A4EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A4EC is #465B13. Grayscale: #B2B2B2. Windows color (decimal): -4610836 or 15508665. OLE color: 15508665.

HSL color Cylindrical-coordinate representation of color #B9A4EC: hue angle of 257.5º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9A4EC is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 164 236 -
CMYK 0.22 0.31 0 0.07
HSL 257.5º 0.65% 0.78% -
HSV(B) 257.5º 0.31% 0.93% -
XYZ 48.42 42.92 85.09 -
YUV 178.49 160.46 132.65 -
System Red Green Blue C M Y K H S L
Decimal 185 164 236 0.22 0.31 0 0.07 257.5 0.65 0.78
Hex B9 A4 EC 16 1F 0 7 102 41 4E
Octal 271 244 354 26 37 0 7 402 101 116
Binary 10111001 10100100 11101100 10110 11111 0 111 100000010 1000001 1001110

Color Harmonies of #B9A4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A4EC

Black with #B9A4EC

Text Example


Text Example

White with #B9A4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A4EC; }

 p { color: rgb(185,164,236); }

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

background-color css

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

 a { background-color: rgb(185,164,236); }

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

border-color css

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

 span { border-color: rgb(185,164,236); }

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