Html Css Color HEX #BB98B2 Lily

📋 copy color: '#BB98B2'

red 187 ◦ green 152 ◦ blue 178

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

Shades of Lily #BB98B2

Tints of Lily #BB98B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.43%

R = 36.17%
G = 29.4%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB98B2 (or 0xBB98B2) is known color: Lily. HEX triplet: BB, 98 and B2. RGB value is (187,152,178). Sum of RGB (Red+Green+Blue) = 187+152+178=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 187 - color contains mainly: red. Hex color #BB98B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB98B2 is #44674D. Grayscale: #A5A5A5. Windows color (decimal): -4482894 or 11704507. OLE color: 11704507.

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

Color convert

RGB 187 152 178 -
CMYK 0 0.19 0.05 0.27
HSL 315.43º 0.2% 0.66% -
HSV(B) 315.43º 0.19% 0.73% -
XYZ 39.76 36.24 47.02 -
YUV 165.43 135.1 143.39 -
System Red Green Blue C M Y K H S L
Decimal 187 152 178 0 0.19 0.05 0.27 315.43 0.2 0.66
Hex BB 98 B2 0 13 5 1B 13B 14 42
Octal 273 230 262 0 23 5 33 473 24 102
Binary 10111011 10011000 10110010 0 10011 101 11011 100111011 10100 1000010

Color Harmonies of #BB98B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB98B2

Black with #BB98B2

Text Example


Text Example

White with #BB98B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB98B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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