Html Css Color HEX #B99CB4 London Hue

📋 copy color: '#B99CB4'

red 185 ◦ green 156 ◦ blue 180

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

Shades of London Hue #B99CB4

Tints of London Hue #B99CB4

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.94%

 BLUE value IS 180 (70.7% from 255) = 34.55%

R = 35.51%
G = 29.94%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B99CB4 (or 0xB99CB4) is known color: London Hue. HEX triplet: B9, 9C and B4. RGB value is (185,156,180). Sum of RGB (Red+Green+Blue) = 185+156+180=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 185 - color contains mainly: red. Hex color #B99CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CB4 is #46634B. Grayscale: #A7A7A7. Windows color (decimal): -4612940 or 11836601. OLE color: 11836601.

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

Color convert

RGB 185 156 180 -
CMYK 0 0.16 0.03 0.27
HSL 310.34º 0.17% 0.67% -
HSV(B) 310.34º 0.16% 0.73% -
XYZ 40.13 37.39 48.28 -
YUV 167.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 185 156 180 0 0.16 0.03 0.27 310.34 0.17 0.67
Hex B9 9C B4 0 10 3 1B 136 11 43
Octal 271 234 264 0 20 3 33 466 21 103
Binary 10111001 10011100 10110100 0 10000 11 11011 100110110 10001 1000011

Color Harmonies of #B99CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99CB4

Black with #B99CB4

Text Example


Text Example

White with #B99CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99CB4; }

 p { color: rgb(185,156,180); }

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

background-color css

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

 a { background-color: rgb(185,156,180); }

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

border-color css

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

 span { border-color: rgb(185,156,180); }

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