Html Css Color HEX #BB97A8 Lily

📋 copy color: '#BB97A8'

red 187 ◦ green 151 ◦ blue 168

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

Shades of Lily #BB97A8

Tints of Lily #BB97A8

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.84%

 BLUE value IS 168 (66.02% from 255) = 33.2%

R = 36.96%
G = 29.84%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB97A8 (or 0xBB97A8) is known color: Lily. HEX triplet: BB, 97 and A8. RGB value is (187,151,168). Sum of RGB (Red+Green+Blue) = 187+151+168=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BB97A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB97A8 is #446857. Grayscale: #A3A3A3. Windows color (decimal): -4483160 or 11048891. OLE color: 11048891.

HSL color Cylindrical-coordinate representation of color #BB97A8: hue angle of 331.67º degrees, saturation: 0.21, 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 #BB97A8 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 151 168 -
CMYK 0 0.19 0.10 0.27
HSL 331.67º 0.21% 0.66% -
HSV(B) 331.67º 0.19% 0.73% -
XYZ 38.63 35.53 41.87 -
YUV 163.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 187 151 168 0 0.19 0.10 0.27 331.67 0.21 0.66
Hex BB 97 A8 0 13 A 1B 14C 15 42
Octal 273 227 250 0 23 12 33 514 25 102
Binary 10111011 10010111 10101000 0 10011 1010 11011 101001100 10101 1000010

Color Harmonies of #BB97A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB97A8

Black with #BB97A8

Text Example


Text Example

White with #BB97A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB97A8; }

 p { color: rgb(187,151,168); }

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

background-color css

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

 a { background-color: rgb(187,151,168); }

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

border-color css

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

 span { border-color: rgb(187,151,168); }

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