Html Css Color HEX #BA99B3 London Hue

📋 copy color: '#BA99B3'

red 186 ◦ green 153 ◦ blue 179

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

Shades of London Hue #BA99B3

Tints of London Hue #BA99B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.56%

R = 35.91%
G = 29.54%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA99B3 (or 0xBA99B3) is known color: London Hue. HEX triplet: BA, 99 and B3. RGB value is (186,153,179). Sum of RGB (Red+Green+Blue) = 186+153+179=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BA99B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99B3 is #45664C. Grayscale: #A5A5A5. Windows color (decimal): -4548173 or 11770298. OLE color: 11770298.

HSL color Cylindrical-coordinate representation of color #BA99B3: hue angle of 312.73º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BA99B3 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 153 179 -
CMYK 0 0.18 0.04 0.27
HSL 312.73º 0.19% 0.66% -
HSV(B) 312.73º 0.18% 0.73% -
XYZ 39.78 36.48 47.59 -
YUV 165.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 186 153 179 0 0.18 0.04 0.27 312.73 0.19 0.66
Hex BA 99 B3 0 12 4 1B 139 13 42
Octal 272 231 263 0 22 4 33 471 23 102
Binary 10111010 10011001 10110011 0 10010 100 11011 100111001 10011 1000010

Color Harmonies of #BA99B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA99B3

Black with #BA99B3

Text Example


Text Example

White with #BA99B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA99B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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