Html Css Color HEX #BB9CB4 Lily

📋 copy color: '#BB9CB4'

red 187 ◦ green 156 ◦ blue 180

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

Shades of Lily #BB9CB4

Tints of Lily #BB9CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.42%

R = 35.76%
G = 29.83%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BB9CB4 (or 0xBB9CB4) is known color: Lily. HEX triplet: BB, 9C and B4. RGB value is (187,156,180). Sum of RGB (Red+Green+Blue) = 187+156+180=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9CB4 is #44634B. Grayscale: #A7A7A7. Windows color (decimal): -4481868 or 11836603. OLE color: 11836603.

HSL color Cylindrical-coordinate representation of color #BB9CB4: hue angle of 313.55º 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 #BB9CB4 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 156 180 -
CMYK 0 0.17 0.04 0.27
HSL 313.55º 0.19% 0.67% -
HSV(B) 313.55º 0.17% 0.73% -
XYZ 40.62 37.64 48.3 -
YUV 168.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 187 156 180 0 0.17 0.04 0.27 313.55 0.19 0.67
Hex BB 9C B4 0 11 4 1B 13A 13 43
Octal 273 234 264 0 21 4 33 472 23 103
Binary 10111011 10011100 10110100 0 10001 100 11011 100111010 10011 1000011

Color Harmonies of #BB9CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9CB4

Black with #BB9CB4

Text Example


Text Example

White with #BB9CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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