Html Css Color HEX #B99EB6 London Hue

📋 copy color: '#B99EB6'

red 185 ◦ green 158 ◦ blue 182

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

Shades of London Hue #B99EB6

Tints of London Hue #B99EB6

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.1%

 BLUE value IS 182 (71.48% from 255) = 34.67%

R = 35.24%
G = 30.1%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#B99EB6 (or 0xB99EB6) is known color: London Hue. HEX triplet: B9, 9E and B6. RGB value is (185,158,182). Sum of RGB (Red+Green+Blue) = 185+158+182=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 185 - color contains mainly: red. Hex color #B99EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99EB6 is #466149. Grayscale: #A8A8A8. Windows color (decimal): -4612426 or 11968185. OLE color: 11968185.

HSL color Cylindrical-coordinate representation of color #B99EB6: hue angle of 306.67º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B99EB6 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 158 182 -
CMYK 0 0.15 0.02 0.27
HSL 306.67º 0.16% 0.67% -
HSV(B) 306.67º 0.15% 0.73% -
XYZ 40.68 38.15 49.47 -
YUV 168.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 185 158 182 0 0.15 0.02 0.27 306.67 0.16 0.67
Hex B9 9E B6 0 F 2 1B 133 10 43
Octal 271 236 266 0 17 2 33 463 20 103
Binary 10111001 10011110 10110110 0 1111 10 11011 100110011 10000 1000011

Color Harmonies of #B99EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99EB6

Black with #B99EB6

Text Example


Text Example

White with #B99EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99EB6; }

 p { color: rgb(185,158,182); }

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

background-color css

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

 a { background-color: rgb(185,158,182); }

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

border-color css

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

 span { border-color: rgb(185,158,182); }

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