Html Css Color HEX #B994AF London Hue

📋 copy color: '#B994AF'

red 185 ◦ green 148 ◦ blue 175

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

Shades of London Hue #B994AF

Tints of London Hue #B994AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.45%

R = 36.42%
G = 29.13%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B994AF (or 0xB994AF) is known color: London Hue. HEX triplet: B9, 94 and AF. RGB value is (185,148,175). Sum of RGB (Red+Green+Blue) = 185+148+175=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 185 - color contains mainly: red. Hex color #B994AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B994AF is #466B50. Grayscale: #A2A2A2. Windows color (decimal): -4614993 or 11506873. OLE color: 11506873.

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

Color convert

RGB 185 148 175 -
CMYK 0 0.20 0.05 0.27
HSL 316.22º 0.21% 0.65% -
HSV(B) 316.22º 0.2% 0.73% -
XYZ 38.34 34.59 45.21 -
YUV 162.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 185 148 175 0 0.20 0.05 0.27 316.22 0.21 0.65
Hex B9 94 AF 0 14 5 1B 13C 15 41
Octal 271 224 257 0 24 5 33 474 25 101
Binary 10111001 10010100 10101111 0 10100 101 11011 100111100 10101 1000001

Color Harmonies of #B994AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B994AF

Black with #B994AF

Text Example


Text Example

White with #B994AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B994AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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