Html Css Color HEX #BA94B8 London Hue

📋 copy color: '#BA94B8'

red 186 ◦ green 148 ◦ blue 184

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

Shades of London Hue #BA94B8

Tints of London Hue #BA94B8

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.57%

 BLUE value IS 184 (72.27% from 255) = 35.52%

R = 35.91%
G = 28.57%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA94B8 (or 0xBA94B8) is known color: London Hue. HEX triplet: BA, 94 and B8. RGB value is (186,148,184). Sum of RGB (Red+Green+Blue) = 186+148+184=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BA94B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94B8 is #456B47. Grayscale: #A3A3A3. Windows color (decimal): -4549448 or 12096698. OLE color: 12096698.

HSL color Cylindrical-coordinate representation of color #BA94B8: hue angle of 303.16º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA94B8 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 148 184 -
CMYK 0 0.20 0.01 0.27
HSL 303.16º 0.22% 0.65% -
HSV(B) 303.16º 0.2% 0.73% -
XYZ 39.49 35.08 50.04 -
YUV 163.47 139.59 144.07 -
System Red Green Blue C M Y K H S L
Decimal 186 148 184 0 0.20 0.01 0.27 303.16 0.22 0.65
Hex BA 94 B8 0 14 1 1B 12F 16 41
Octal 272 224 270 0 24 1 33 457 26 101
Binary 10111010 10010100 10111000 0 10100 1 11011 100101111 10110 1000001

Color Harmonies of #BA94B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA94B8

Black with #BA94B8

Text Example


Text Example

White with #BA94B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA94B8; }

 p { color: rgb(186,148,184); }

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

background-color css

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

 a { background-color: rgb(186,148,184); }

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

border-color css

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

 span { border-color: rgb(186,148,184); }

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