Html Css Color HEX #BA99C6 East Side

📋 copy color: '#BA99C6'

red 186 ◦ green 153 ◦ blue 198

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

Shades of East Side #BA99C6

Tints of East Side #BA99C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.87%

R = 34.64%
G = 28.49%
B = 36.87%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA99C6 (or 0xBA99C6) is known color: East Side. HEX triplet: BA, 99 and C6. RGB value is (186,153,198). Sum of RGB (Red+Green+Blue) = 186+153+198=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA99C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99C6 is #456639. Grayscale: #A7A7A7. Windows color (decimal): -4548154 or 13015482. OLE color: 13015482.

HSL color Cylindrical-coordinate representation of color #BA99C6: hue angle of 284º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA99C6 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 153 198 -
CMYK 0.06 0.23 0 0.22
HSL 284º 0.28% 0.69% -
HSV(B) 284º 0.23% 0.78% -
XYZ 41.83 37.3 58.42 -
YUV 168 144.93 140.84 -
System Red Green Blue C M Y K H S L
Decimal 186 153 198 0.06 0.23 0 0.22 284 0.28 0.69
Hex BA 99 C6 6 17 0 16 11C 1C 45
Octal 272 231 306 6 27 0 26 434 34 105
Binary 10111010 10011001 11000110 110 10111 0 10110 100011100 11100 1000101

Color Harmonies of #BA99C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA99C6

Black with #BA99C6

Text Example


Text Example

White with #BA99C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA99C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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