Html Css Color HEX #BB6898 Hopbush

📋 copy color: '#BB6898'

red 187 ◦ green 104 ◦ blue 152

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

Shades of Hopbush #BB6898

Tints of Hopbush #BB6898

RGB

 RED value IS 187 (73.44% from 255) = 42.21%

 GREEN value IS 104 (41.02% from 255) = 23.48%

 BLUE value IS 152 (59.77% from 255) = 34.31%

R = 42.21%
G = 23.48%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB6898 (or 0xBB6898) is known color: Hopbush. HEX triplet: BB, 68 and 98. RGB value is (187,104,152). Sum of RGB (Red+Green+Blue) = 187+104+152=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6898 is #449767. Grayscale: #868686. Windows color (decimal): -4495208 or 9988283. OLE color: 9988283.

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

Color convert

RGB 187 104 152 -
CMYK 0 0.44 0.19 0.27
HSL 325.3º 0.38% 0.57% -
HSV(B) 325.3º 0.44% 0.73% -
XYZ 31.11 22.73 32.45 -
YUV 134.29 138 165.6 -
System Red Green Blue C M Y K H S L
Decimal 187 104 152 0 0.44 0.19 0.27 325.3 0.38 0.57
Hex BB 68 98 0 2C 13 1B 145 26 39
Octal 273 150 230 0 54 23 33 505 46 71
Binary 10111011 1101000 10011000 0 101100 10011 11011 101000101 100110 111001

Color Harmonies of #BB6898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6898

Black with #BB6898

Text Example


Text Example

White with #BB6898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6898; }

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

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

background-color css

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

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

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

border-color css

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

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

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