Html Css Color HEX #BA99E9 Perfume

📋 copy color: '#BA99E9'

red 186 ◦ green 153 ◦ blue 233

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

Shades of Perfume #BA99E9

Tints of Perfume #BA99E9

RGB

 RED value IS 186 (73.05% from 255) = 32.52%

 GREEN value IS 153 (60.16% from 255) = 26.75%

 BLUE value IS 233 (91.41% from 255) = 40.73%

R = 32.52%
G = 26.75%
B = 40.73%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA99E9 (or 0xBA99E9) is known color: Perfume. HEX triplet: BA, 99 and E9. RGB value is (186,153,233). Sum of RGB (Red+Green+Blue) = 186+153+233=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 233 (91.41% from 255 or 40.73% from 572); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA99E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA99E9 is #456616. Grayscale: #ABABAB. Windows color (decimal): -4548119 or 15309242. OLE color: 15309242.

HSL color Cylindrical-coordinate representation of color #BA99E9: hue angle of 264.75º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA99E9 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 153 233 -
CMYK 0.20 0.34 0 0.09
HSL 264.75º 0.65% 0.76% -
HSV(B) 264.75º 0.34% 0.91% -
XYZ 46.35 39.1 82.2 -
YUV 171.99 162.43 138 -
System Red Green Blue C M Y K H S L
Decimal 186 153 233 0.20 0.34 0 0.09 264.75 0.65 0.76
Hex BA 99 E9 14 22 0 9 109 41 4C
Octal 272 231 351 24 42 0 11 411 101 114
Binary 10111010 10011001 11101001 10100 100010 0 1001 100001001 1000001 1001100

Color Harmonies of #BA99E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA99E9

Black with #BA99E9

Text Example


Text Example

White with #BA99E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA99E9; }

 p { color: rgb(186,153,233); }

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

background-color css

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

 a { background-color: rgb(186,153,233); }

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

border-color css

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

 span { border-color: rgb(186,153,233); }

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