Html Css Color HEX #BA99EC Perfume

📋 copy color: '#BA99EC'

red 186 ◦ green 153 ◦ blue 236

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

Shades of Perfume #BA99EC

Tints of Perfume #BA99EC

RGB

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

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

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

R = 32.35%
G = 26.61%
B = 41.04%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA99EC (or 0xBA99EC) is known color: Perfume. HEX triplet: BA, 99 and EC. RGB value is (186,153,236). Sum of RGB (Red+Green+Blue) = 186+153+236=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA99EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA99EC is #456613. Grayscale: #ACACAC. Windows color (decimal): -4548116 or 15505850. OLE color: 15505850.

HSL color Cylindrical-coordinate representation of color #BA99EC: hue angle of 263.86º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA99EC is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 153 236 -
CMYK 0.21 0.35 0 0.07
HSL 263.86º 0.69% 0.76% -
HSV(B) 263.86º 0.35% 0.93% -
XYZ 46.78 39.28 84.47 -
YUV 172.33 163.93 137.75 -
System Red Green Blue C M Y K H S L
Decimal 186 153 236 0.21 0.35 0 0.07 263.86 0.69 0.76
Hex BA 99 EC 15 23 0 7 108 45 4C
Octal 272 231 354 25 43 0 7 410 105 114
Binary 10111010 10011001 11101100 10101 100011 0 111 100001000 1000101 1001100

Color Harmonies of #BA99EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA99EC

Black with #BA99EC

Text Example


Text Example

White with #BA99EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA99EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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