#BB7998

Color #BB7998 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #BB7998

Tints of Hopbush #BB7998

Color information

#BB7998 (or 0xBB7998) is unknown color: approx Hopbush. HEX triplet: BB, 79 and 98. RGB value is (187,121,152). Sum of RGB (Red+Green+Blue) = 187+121+152=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7998 is #448667. Grayscale: #909090. Windows color (decimal): -4490856 or 9992635. OLE color: 9992635.

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

Color convert

RGB187121152-
CMYK00.350.190.27
HSL331.82º32.67%60.39%-
HSV(B)331.82º35.29%73.33%-
XYZ3326.5133.08-
YUV144.27132.37158.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.65%
GREEN value IS 121 (47.66% from 255) = 26.30%
BLUE value IS 152 (59.77% from 255) = 33.04%
R=40.65%
G=26.30%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712115200.350.190.27331.8232.6760.39
HexBB7998023131B14c213c
Octal27317123004323335144174
Binary1011101111110011001100001000111001111011101001100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7998; }

 p { color: rgb(187,121,152); }

 H1.HeaderClassName
 {
   color: #BB7998;
 }
 .AnyTagClassName
 {
   color: #BB7998;
 }
</style>
background-color css

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

 a { background-color: rgb(187,121,152); }

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

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

 span { border-color: rgb(187,121,152); }

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