Html Css Color HEX #BB9CB2 Lily

📋 copy color: '#BB9CB2'

red 187 ◦ green 156 ◦ blue 178

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

Shades of Lily #BB9CB2

Tints of Lily #BB9CB2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.94%

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

R = 35.89%
G = 29.94%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB9CB2 (or 0xBB9CB2) is known color: Lily. HEX triplet: BB, 9C and B2. RGB value is (187,156,178). Sum of RGB (Red+Green+Blue) = 187+156+178=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9CB2 is #44634D. Grayscale: #A7A7A7. Windows color (decimal): -4481870 or 11705531. OLE color: 11705531.

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

Color convert

RGB 187 156 178 -
CMYK 0 0.17 0.05 0.27
HSL 317.42º 0.19% 0.67% -
HSV(B) 317.42º 0.17% 0.73% -
XYZ 40.42 37.56 47.24 -
YUV 167.78 133.77 141.71 -
System Red Green Blue C M Y K H S L
Decimal 187 156 178 0 0.17 0.05 0.27 317.42 0.19 0.67
Hex BB 9C B2 0 11 5 1B 13D 13 43
Octal 273 234 262 0 21 5 33 475 23 103
Binary 10111011 10011100 10110010 0 10001 101 11011 100111101 10011 1000011

Color Harmonies of #BB9CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9CB2

Black with #BB9CB2

Text Example


Text Example

White with #BB9CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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