Html Css Color HEX #BBA8B4 Lily

📋 copy color: '#BBA8B4'

red 187 ◦ green 168 ◦ blue 180

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

Shades of Lily #BBA8B4

Tints of Lily #BBA8B4

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.4%

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

R = 34.95%
G = 31.4%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BBA8B4 (or 0xBBA8B4) is known color: Lily. HEX triplet: BB, A8 and B4. RGB value is (187,168,180). Sum of RGB (Red+Green+Blue) = 187+168+180=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA8B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8B4 is #44574B. Grayscale: #AFAFAF. Windows color (decimal): -4478796 or 11839675. OLE color: 11839675.

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

Color convert

RGB 187 168 180 -
CMYK 0 0.10 0.04 0.27
HSL 322.11º 0.12% 0.7% -
HSV(B) 322.11º 0.1% 0.73% -
XYZ 42.73 41.87 49.01 -
YUV 175.05 130.79 136.52 -
System Red Green Blue C M Y K H S L
Decimal 187 168 180 0 0.10 0.04 0.27 322.11 0.12 0.7
Hex BB A8 B4 0 A 4 1B 142 C 46
Octal 273 250 264 0 12 4 33 502 14 106
Binary 10111011 10101000 10110100 0 1010 100 11011 101000010 1100 1000110

Color Harmonies of #BBA8B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA8B4

Black with #BBA8B4

Text Example


Text Example

White with #BBA8B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA8B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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