Html Css Color HEX #B899B4 London Hue

📋 copy color: '#B899B4'

red 184 ◦ green 153 ◦ blue 180

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

Shades of London Hue #B899B4

Tints of London Hue #B899B4

RGB

 RED value IS 184 (72.27% from 255) = 35.59%

 GREEN value IS 153 (60.16% from 255) = 29.59%

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

R = 35.59%
G = 29.59%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B899B4 (or 0xB899B4) is known color: London Hue. HEX triplet: B8, 99 and B4. RGB value is (184,153,180). Sum of RGB (Red+Green+Blue) = 184+153+180=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 184 - color contains mainly: red. Hex color #B899B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B899B4 is #47664B. Grayscale: #A5A5A5. Windows color (decimal): -4679244 or 11835832. OLE color: 11835832.

HSL color Cylindrical-coordinate representation of color #B899B4: hue angle of 307.74º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B899B4 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 153 180 -
CMYK 0 0.17 0.02 0.28
HSL 307.74º 0.18% 0.66% -
HSV(B) 307.74º 0.17% 0.72% -
XYZ 39.4 36.27 48.1 -
YUV 165.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 184 153 180 0 0.17 0.02 0.28 307.74 0.18 0.66
Hex B8 99 B4 0 11 2 1C 134 12 42
Octal 270 231 264 0 21 2 34 464 22 102
Binary 10111000 10011001 10110100 0 10001 10 11100 100110100 10010 1000010

Color Harmonies of #B899B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B899B4

Black with #B899B4

Text Example


Text Example

White with #B899B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B899B4; }

 p { color: rgb(184,153,180); }

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

background-color css

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

 a { background-color: rgb(184,153,180); }

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

border-color css

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

 span { border-color: rgb(184,153,180); }

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