Html Css Color HEX #B998B4 London Hue

📋 copy color: '#B998B4'

red 185 ◦ green 152 ◦ blue 180

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

Shades of London Hue #B998B4

Tints of London Hue #B998B4

RGB

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

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

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

R = 35.78%
G = 29.4%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B998B4 (or 0xB998B4) is known color: London Hue. HEX triplet: B9, 98 and B4. RGB value is (185,152,180). Sum of RGB (Red+Green+Blue) = 185+152+180=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 185 - color contains mainly: red. Hex color #B998B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998B4 is #46674B. Grayscale: #A4A4A4. Windows color (decimal): -4613964 or 11835577. OLE color: 11835577.

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

Color convert

RGB 185 152 180 -
CMYK 0 0.18 0.03 0.27
HSL 309.09º 0.19% 0.66% -
HSV(B) 309.09º 0.18% 0.73% -
XYZ 39.47 36.07 48.06 -
YUV 165.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 185 152 180 0 0.18 0.03 0.27 309.09 0.19 0.66
Hex B9 98 B4 0 12 3 1B 135 13 42
Octal 271 230 264 0 22 3 33 465 23 102
Binary 10111001 10011000 10110100 0 10010 11 11011 100110101 10011 1000010

Color Harmonies of #B998B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B998B4

Black with #B998B4

Text Example


Text Example

White with #B998B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B998B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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