Html Css Color HEX #B99DB6 London Hue

📋 copy color: '#B99DB6'

red 185 ◦ green 157 ◦ blue 182

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

Shades of London Hue #B99DB6

Tints of London Hue #B99DB6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.96%

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

R = 35.31%
G = 29.96%
B = 34.73%

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

#B99DB6 (or 0xB99DB6) is known color: London Hue. HEX triplet: B9, 9D and B6. RGB value is (185,157,182). Sum of RGB (Red+Green+Blue) = 185+157+182=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 185 - color contains mainly: red. Hex color #B99DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DB6 is #466249. Grayscale: #A8A8A8. Windows color (decimal): -4612682 or 11967929. OLE color: 11967929.

HSL color Cylindrical-coordinate representation of color #B99DB6: hue angle of 306.43º degrees, saturation: 0.17, 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 #B99DB6 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 157 182 -
CMYK 0 0.15 0.02 0.27
HSL 306.43º 0.17% 0.67% -
HSV(B) 306.43º 0.15% 0.73% -
XYZ 40.51 37.81 49.42 -
YUV 168.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 185 157 182 0 0.15 0.02 0.27 306.43 0.17 0.67
Hex B9 9D B6 0 F 2 1B 132 11 43
Octal 271 235 266 0 17 2 33 462 21 103
Binary 10111001 10011101 10110110 0 1111 10 11011 100110010 10001 1000011

Color Harmonies of #B99DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99DB6

Black with #B99DB6

Text Example


Text Example

White with #B99DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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