Html Css Color HEX #B992AF London Hue

📋 copy color: '#B992AF'

red 185 ◦ green 146 ◦ blue 175

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

Shades of London Hue #B992AF

Tints of London Hue #B992AF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.85%

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

R = 36.56%
G = 28.85%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B992AF (or 0xB992AF) is known color: London Hue. HEX triplet: B9, 92 and AF. RGB value is (185,146,175). Sum of RGB (Red+Green+Blue) = 185+146+175=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 185 - color contains mainly: red. Hex color #B992AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B992AF is #466D50. Grayscale: #A0A0A0. Windows color (decimal): -4615505 or 11506361. OLE color: 11506361.

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

Color convert

RGB 185 146 175 -
CMYK 0 0.21 0.05 0.27
HSL 315.38º 0.22% 0.65% -
HSV(B) 315.38º 0.21% 0.73% -
XYZ 38.02 33.97 45.11 -
YUV 160.97 135.92 145.14 -
System Red Green Blue C M Y K H S L
Decimal 185 146 175 0 0.21 0.05 0.27 315.38 0.22 0.65
Hex B9 92 AF 0 15 5 1B 13B 16 41
Octal 271 222 257 0 25 5 33 473 26 101
Binary 10111001 10010010 10101111 0 10101 101 11011 100111011 10110 1000001

Color Harmonies of #B992AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B992AF

Black with #B992AF

Text Example


Text Example

White with #B992AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B992AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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