Html Css Color HEX #BB94B0 Lily

📋 copy color: '#BB94B0'

red 187 ◦ green 148 ◦ blue 176

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

Shades of Lily #BB94B0

Tints of Lily #BB94B0

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.96%

 BLUE value IS 176 (69.14% from 255) = 34.44%

R = 36.59%
G = 28.96%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB94B0 (or 0xBB94B0) is known color: Lily. HEX triplet: BB, 94 and B0. RGB value is (187,148,176). Sum of RGB (Red+Green+Blue) = 187+148+176=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 187 - color contains mainly: red. Hex color #BB94B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB94B0 is #446B4F. Grayscale: #A2A2A2. Windows color (decimal): -4483920 or 11572411. OLE color: 11572411.

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

Color convert

RGB 187 148 176 -
CMYK 0 0.21 0.06 0.27
HSL 316.92º 0.22% 0.66% -
HSV(B) 316.92º 0.21% 0.73% -
XYZ 38.92 34.88 45.76 -
YUV 162.85 135.42 145.22 -
System Red Green Blue C M Y K H S L
Decimal 187 148 176 0 0.21 0.06 0.27 316.92 0.22 0.66
Hex BB 94 B0 0 15 6 1B 13D 16 42
Octal 273 224 260 0 25 6 33 475 26 102
Binary 10111011 10010100 10110000 0 10101 110 11011 100111101 10110 1000010

Color Harmonies of #BB94B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB94B0

Black with #BB94B0

Text Example


Text Example

White with #BB94B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB94B0; }

 p { color: rgb(187,148,176); }

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

background-color css

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

 a { background-color: rgb(187,148,176); }

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

border-color css

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

 span { border-color: rgb(187,148,176); }

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