Html Css Color HEX #BBACB4 Lily

📋 copy color: '#BBACB4'

red 187 ◦ green 172 ◦ blue 180

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

Shades of Lily #BBACB4

Tints of Lily #BBACB4

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.91%

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

R = 34.69%
G = 31.91%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BBACB4 (or 0xBBACB4) is known color: Lily. HEX triplet: BB, AC and B4. RGB value is (187,172,180). Sum of RGB (Red+Green+Blue) = 187+172+180=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 187 - color contains mainly: red. Hex color #BBACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACB4 is #44534B. Grayscale: #B1B1B1. Windows color (decimal): -4477772 or 11840699. OLE color: 11840699.

HSL color Cylindrical-coordinate representation of color #BBACB4: hue angle of 328º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBACB4 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 172 180 -
CMYK 0 0.08 0.04 0.27
HSL 328º 0.1% 0.7% -
HSV(B) 328º 0.08% 0.73% -
XYZ 43.48 43.37 49.26 -
YUV 177.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 187 172 180 0 0.08 0.04 0.27 328 0.1 0.7
Hex BB AC B4 0 8 4 1B 148 A 46
Octal 273 254 264 0 10 4 33 510 12 106
Binary 10111011 10101100 10110100 0 1000 100 11011 101001000 1010 1000110

Color Harmonies of #BBACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACB4

Black with #BBACB4

Text Example


Text Example

White with #BBACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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