Html Css Color HEX #B994BA London Hue

📋 copy color: '#B994BA'

red 185 ◦ green 148 ◦ blue 186

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

Shades of London Hue #B994BA

Tints of London Hue #B994BA

RGB

 RED value IS 185 (72.66% from 255) = 35.65%

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

 BLUE value IS 186 (73.05% from 255) = 35.84%

R = 35.65%
G = 28.52%
B = 35.84%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B994BA (or 0xB994BA) is known color: London Hue. HEX triplet: B9, 94 and BA. RGB value is (185,148,186). Sum of RGB (Red+Green+Blue) = 185+148+186=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #B994BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B994BA is #466B45. Grayscale: #A3A3A3. Windows color (decimal): -4614982 or 12227769. OLE color: 12227769.

HSL color Cylindrical-coordinate representation of color #B994BA: hue angle of 298.42º 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 #B994BA is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 148 186 -
CMYK 0.01 0.20 0 0.27
HSL 298.42º 0.22% 0.65% -
HSV(B) 298.42º 0.2% 0.73% -
XYZ 39.46 35.04 51.14 -
YUV 163.4 140.76 143.41 -
System Red Green Blue C M Y K H S L
Decimal 185 148 186 0.01 0.20 0 0.27 298.42 0.22 0.65
Hex B9 94 BA 1 14 0 1B 12A 16 41
Octal 271 224 272 1 24 0 33 452 26 101
Binary 10111001 10010100 10111010 1 10100 0 11011 100101010 10110 1000001

Color Harmonies of #B994BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B994BA

Black with #B994BA

Text Example


Text Example

White with #B994BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B994BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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