Html Css Color HEX #BBAEB2 Lily

📋 copy color: '#BBAEB2'

red 187 ◦ green 174 ◦ blue 178

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

Shades of Lily #BBAEB2

Tints of Lily #BBAEB2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.28%

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

R = 34.69%
G = 32.28%
B = 33.02%

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

#BBAEB2 (or 0xBBAEB2) is known color: Lily. HEX triplet: BB, AE and B2. RGB value is (187,174,178). Sum of RGB (Red+Green+Blue) = 187+174+178=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAEB2 is #44514D. Grayscale: #B2B2B2. Windows color (decimal): -4477262 or 11710139. OLE color: 11710139.

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

Color convert

RGB 187 174 178 -
CMYK 0 0.07 0.05 0.27
HSL 341.54º 0.09% 0.71% -
HSV(B) 341.54º 0.07% 0.73% -
XYZ 43.67 44.05 48.32 -
YUV 178.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 187 174 178 0 0.07 0.05 0.27 341.54 0.09 0.71
Hex BB AE B2 0 7 5 1B 156 9 47
Octal 273 256 262 0 7 5 33 526 11 107
Binary 10111011 10101110 10110010 0 111 101 11011 101010110 1001 1000111

Color Harmonies of #BBAEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEB2

Black with #BBAEB2

Text Example


Text Example

White with #BBAEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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