Html Css Color HEX #B998B6 London Hue

📋 copy color: '#B998B6'

red 185 ◦ green 152 ◦ blue 182

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

Shades of London Hue #B998B6

Tints of London Hue #B998B6

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.29%

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

R = 35.65%
G = 29.29%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#B998B6 (or 0xB998B6) is known color: London Hue. HEX triplet: B9, 98 and B6. RGB value is (185,152,182). Sum of RGB (Red+Green+Blue) = 185+152+182=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 185 - color contains mainly: red. Hex color #B998B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998B6 is #466749. Grayscale: #A5A5A5. Windows color (decimal): -4613962 or 11966649. OLE color: 11966649.

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

Color convert

RGB 185 152 182 -
CMYK 0 0.18 0.02 0.27
HSL 305.45º 0.19% 0.66% -
HSV(B) 305.45º 0.18% 0.73% -
XYZ 39.68 36.15 49.14 -
YUV 165.29 137.43 142.06 -
System Red Green Blue C M Y K H S L
Decimal 185 152 182 0 0.18 0.02 0.27 305.45 0.19 0.66
Hex B9 98 B6 0 12 2 1B 131 13 42
Octal 271 230 266 0 22 2 33 461 23 102
Binary 10111001 10011000 10110110 0 10010 10 11011 100110001 10011 1000010

Color Harmonies of #B998B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B998B6

Black with #B998B6

Text Example


Text Example

White with #B998B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B998B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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