Html Css Color HEX #B99CEA Perfume

📋 copy color: '#B99CEA'

red 185 ◦ green 156 ◦ blue 234

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

Shades of Perfume #B99CEA

Tints of Perfume #B99CEA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.13%

 BLUE value IS 234 (91.8% from 255) = 40.7%

R = 32.17%
G = 27.13%
B = 40.7%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B99CEA (or 0xB99CEA) is known color: Perfume. HEX triplet: B9, 9C and EA. RGB value is (185,156,234). Sum of RGB (Red+Green+Blue) = 185+156+234=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 156 (61.33% from 255 or 27.13% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #B99CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99CEA is #466315. Grayscale: #ADADAD. Windows color (decimal): -4612886 or 15375545. OLE color: 15375545.

HSL color Cylindrical-coordinate representation of color #B99CEA: hue angle of 262.31º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B99CEA is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 156 234 -
CMYK 0.21 0.33 0 0.08
HSL 262.31º 0.65% 0.76% -
HSV(B) 262.31º 0.33% 0.92% -
XYZ 46.75 40.03 83.1 -
YUV 173.56 162.11 136.16 -
System Red Green Blue C M Y K H S L
Decimal 185 156 234 0.21 0.33 0 0.08 262.31 0.65 0.76
Hex B9 9C EA 15 21 0 8 106 41 4C
Octal 271 234 352 25 41 0 10 406 101 114
Binary 10111001 10011100 11101010 10101 100001 0 1000 100000110 1000001 1001100

Color Harmonies of #B99CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99CEA

Black with #B99CEA

Text Example


Text Example

White with #B99CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99CEA; }

 p { color: rgb(185,156,234); }

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

background-color css

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

 a { background-color: rgb(185,156,234); }

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

border-color css

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

 span { border-color: rgb(185,156,234); }

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