Html Css Color HEX #BA99C4 Lola

📋 copy color: '#BA99C4'

red 186 ◦ green 153 ◦ blue 196

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

Shades of Lola #BA99C4

Tints of Lola #BA99C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.64%

R = 34.77%
G = 28.6%
B = 36.64%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BA99C4 (or 0xBA99C4) is known color: Lola. HEX triplet: BA, 99 and C4. RGB value is (186,153,196). Sum of RGB (Red+Green+Blue) = 186+153+196=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 196 (76.95% from 255 or 36.64% from 535); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA99C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99C4 is #45663B. Grayscale: #A7A7A7. Windows color (decimal): -4548156 or 12884410. OLE color: 12884410.

HSL color Cylindrical-coordinate representation of color #BA99C4: hue angle of 286.05º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA99C4 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 153 196 -
CMYK 0.05 0.22 0 0.23
HSL 286.05º 0.27% 0.68% -
HSV(B) 286.05º 0.22% 0.77% -
XYZ 41.6 37.21 57.21 -
YUV 167.77 143.93 141 -
System Red Green Blue C M Y K H S L
Decimal 186 153 196 0.05 0.22 0 0.23 286.05 0.27 0.68
Hex BA 99 C4 5 16 0 17 11E 1B 44
Octal 272 231 304 5 26 0 27 436 33 104
Binary 10111010 10011001 11000100 101 10110 0 10111 100011110 11011 1000100

Color Harmonies of #BA99C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA99C4

Black with #BA99C4

Text Example


Text Example

White with #BA99C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA99C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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