Html Css Color HEX #B994B2 London Hue

📋 copy color: '#B994B2'

red 185 ◦ green 148 ◦ blue 178

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

Shades of London Hue #B994B2

Tints of London Hue #B994B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.83%

R = 36.2%
G = 28.96%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B994B2 (or 0xB994B2) is known color: London Hue. HEX triplet: B9, 94 and B2. RGB value is (185,148,178). Sum of RGB (Red+Green+Blue) = 185+148+178=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 185 - color contains mainly: red. Hex color #B994B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B994B2 is #466B4D. Grayscale: #A2A2A2. Windows color (decimal): -4614990 or 11703481. OLE color: 11703481.

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

Color convert

RGB 185 148 178 -
CMYK 0 0.20 0.04 0.27
HSL 311.35º 0.21% 0.65% -
HSV(B) 311.35º 0.2% 0.73% -
XYZ 38.63 34.71 46.78 -
YUV 162.48 136.76 144.06 -
System Red Green Blue C M Y K H S L
Decimal 185 148 178 0 0.20 0.04 0.27 311.35 0.21 0.65
Hex B9 94 B2 0 14 4 1B 137 15 41
Octal 271 224 262 0 24 4 33 467 25 101
Binary 10111001 10010100 10110010 0 10100 100 11011 100110111 10101 1000001

Color Harmonies of #B994B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B994B2

Black with #B994B2

Text Example


Text Example

White with #B994B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B994B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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