Html Css Color HEX #BBADB2 Lily

📋 copy color: '#BBADB2'

red 187 ◦ green 173 ◦ blue 178

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

Shades of Lily #BBADB2

Tints of Lily #BBADB2

RGB

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

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

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

R = 34.76%
G = 32.16%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BBADB2 (or 0xBBADB2) is known color: Lily. HEX triplet: BB, AD and B2. RGB value is (187,173,178). Sum of RGB (Red+Green+Blue) = 187+173+178=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 187 - color contains mainly: red. Hex color #BBADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBADB2 is #44524D. Grayscale: #B1B1B1. Windows color (decimal): -4477518 or 11709883. OLE color: 11709883.

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

Color convert

RGB 187 173 178 -
CMYK 0 0.07 0.05 0.27
HSL 338.57º 0.09% 0.71% -
HSV(B) 338.57º 0.07% 0.73% -
XYZ 43.47 43.67 48.26 -
YUV 177.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 187 173 178 0 0.07 0.05 0.27 338.57 0.09 0.71
Hex BB AD B2 0 7 5 1B 153 9 47
Octal 273 255 262 0 7 5 33 523 11 107
Binary 10111011 10101101 10110010 0 111 101 11011 101010011 1001 1000111

Color Harmonies of #BBADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADB2

Black with #BBADB2

Text Example


Text Example

White with #BBADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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