Html Css Color HEX #B99DB5 London Hue

📋 copy color: '#B99DB5'

red 185 ◦ green 157 ◦ blue 181

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

Shades of London Hue #B99DB5

Tints of London Hue #B99DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.61%

R = 35.37%
G = 30.02%
B = 34.61%

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

#B99DB5 (or 0xB99DB5) is known color: London Hue. HEX triplet: B9, 9D and B5. RGB value is (185,157,181). Sum of RGB (Red+Green+Blue) = 185+157+181=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 185 - color contains mainly: red. Hex color #B99DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DB5 is #46624A. Grayscale: #A8A8A8. Windows color (decimal): -4612683 or 11902393. OLE color: 11902393.

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

Color convert

RGB 185 157 181 -
CMYK 0 0.15 0.02 0.27
HSL 308.57º 0.17% 0.67% -
HSV(B) 308.57º 0.15% 0.73% -
XYZ 40.41 37.76 48.88 -
YUV 168.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 185 157 181 0 0.15 0.02 0.27 308.57 0.17 0.67
Hex B9 9D B5 0 F 2 1B 135 11 43
Octal 271 235 265 0 17 2 33 465 21 103
Binary 10111001 10011101 10110101 0 1111 10 11011 100110101 10001 1000011

Color Harmonies of #B99DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99DB5

Black with #B99DB5

Text Example


Text Example

White with #B99DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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