Html Css Color HEX #B99CB3 London Hue

📋 copy color: '#B99CB3'

red 185 ◦ green 156 ◦ blue 179

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

Shades of London Hue #B99CB3

Tints of London Hue #B99CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.42%

R = 35.58%
G = 30%
B = 34.42%

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

#B99CB3 (or 0xB99CB3) is known color: London Hue. HEX triplet: B9, 9C and B3. RGB value is (185,156,179). Sum of RGB (Red+Green+Blue) = 185+156+179=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 185 - color contains mainly: red. Hex color #B99CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CB3 is #46634C. Grayscale: #A7A7A7. Windows color (decimal): -4612941 or 11771065. OLE color: 11771065.

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

Color convert

RGB 185 156 179 -
CMYK 0 0.16 0.03 0.27
HSL 312.41º 0.17% 0.67% -
HSV(B) 312.41º 0.16% 0.73% -
XYZ 40.03 37.35 47.75 -
YUV 167.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 185 156 179 0 0.16 0.03 0.27 312.41 0.17 0.67
Hex B9 9C B3 0 10 3 1B 138 11 43
Octal 271 234 263 0 20 3 33 470 21 103
Binary 10111001 10011100 10110011 0 10000 11 11011 100111000 10001 1000011

Color Harmonies of #B99CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99CB3

Black with #B99CB3

Text Example


Text Example

White with #B99CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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