Html Css Color HEX #BBADB4 Lily

📋 copy color: '#BBADB4'

red 187 ◦ green 173 ◦ blue 180

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

Shades of Lily #BBADB4

Tints of Lily #BBADB4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.04%

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

R = 34.63%
G = 32.04%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BBADB4 (or 0xBBADB4) is known color: Lily. HEX triplet: BB, AD and B4. RGB value is (187,173,180). Sum of RGB (Red+Green+Blue) = 187+173+180=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 187 - color contains mainly: red. Hex color #BBADB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADB4 is #44524B. Grayscale: #B1B1B1. Windows color (decimal): -4477516 or 11840955. OLE color: 11840955.

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

Color convert

RGB 187 173 180 -
CMYK 0 0.07 0.04 0.27
HSL 330º 0.09% 0.71% -
HSV(B) 330º 0.07% 0.73% -
XYZ 43.68 43.75 49.32 -
YUV 177.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 187 173 180 0 0.07 0.04 0.27 330 0.09 0.71
Hex BB AD B4 0 7 4 1B 14A 9 47
Octal 273 255 264 0 7 4 33 512 11 107
Binary 10111011 10101101 10110100 0 111 100 11011 101001010 1001 1000111

Color Harmonies of #BBADB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADB4

Black with #BBADB4

Text Example


Text Example

White with #BBADB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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