Html Css Color HEX #BA99E7 Perfume

📋 copy color: '#BA99E7'

red 186 ◦ green 153 ◦ blue 231

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

Shades of Perfume #BA99E7

Tints of Perfume #BA99E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.53%

R = 32.63%
G = 26.84%
B = 40.53%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA99E7 (or 0xBA99E7) is known color: Perfume. HEX triplet: BA, 99 and E7. RGB value is (186,153,231). Sum of RGB (Red+Green+Blue) = 186+153+231=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 231 (90.62% from 255 or 40.53% from 570); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA99E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA99E7 is #456618. Grayscale: #ABABAB. Windows color (decimal): -4548121 or 15178170. OLE color: 15178170.

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

Color convert

RGB 186 153 231 -
CMYK 0.19 0.34 0 0.09
HSL 265.38º 0.62% 0.75% -
HSV(B) 265.38º 0.34% 0.91% -
XYZ 46.06 38.99 80.7 -
YUV 171.76 161.43 138.16 -
System Red Green Blue C M Y K H S L
Decimal 186 153 231 0.19 0.34 0 0.09 265.38 0.62 0.75
Hex BA 99 E7 13 22 0 9 109 3E 4B
Octal 272 231 347 23 42 0 11 411 76 113
Binary 10111010 10011001 11100111 10011 100010 0 1001 100001001 111110 1001011

Color Harmonies of #BA99E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA99E7

Black with #BA99E7

Text Example


Text Example

White with #BA99E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA99E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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