Html Css Color HEX #BA99EB Perfume

📋 copy color: '#BA99EB'

red 186 ◦ green 153 ◦ blue 235

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

Shades of Perfume #BA99EB

Tints of Perfume #BA99EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.94%

R = 32.4%
G = 26.66%
B = 40.94%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA99EB (or 0xBA99EB) is known color: Perfume. HEX triplet: BA, 99 and EB. RGB value is (186,153,235). Sum of RGB (Red+Green+Blue) = 186+153+235=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA99EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA99EB is #456614. Grayscale: #ABABAB. Windows color (decimal): -4548117 or 15440314. OLE color: 15440314.

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

Color convert

RGB 186 153 235 -
CMYK 0.21 0.35 0 0.08
HSL 264.15º 0.67% 0.76% -
HSV(B) 264.15º 0.35% 0.92% -
XYZ 46.64 39.22 83.71 -
YUV 172.22 163.43 137.83 -
System Red Green Blue C M Y K H S L
Decimal 186 153 235 0.21 0.35 0 0.08 264.15 0.67 0.76
Hex BA 99 EB 15 23 0 8 108 43 4C
Octal 272 231 353 25 43 0 10 410 103 114
Binary 10111010 10011001 11101011 10101 100011 0 1000 100001000 1000011 1001100

Color Harmonies of #BA99EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA99EB

Black with #BA99EB

Text Example


Text Example

White with #BA99EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA99EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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