Html Css Color HEX #BBAEB6 Lily

📋 copy color: '#BBAEB6'

red 187 ◦ green 174 ◦ blue 182

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

Shades of Lily #BBAEB6

Tints of Lily #BBAEB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.52%

R = 34.44%
G = 32.04%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BBAEB6 (or 0xBBAEB6) is known color: Lily. HEX triplet: BB, AE and B6. RGB value is (187,174,182). Sum of RGB (Red+Green+Blue) = 187+174+182=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEB6 is #445149. Grayscale: #B2B2B2. Windows color (decimal): -4477258 or 11972283. OLE color: 11972283.

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

Color convert

RGB 187 174 182 -
CMYK 0 0.07 0.03 0.27
HSL 323.08º 0.09% 0.71% -
HSV(B) 323.08º 0.07% 0.73% -
XYZ 44.07 44.21 50.47 -
YUV 178.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 187 174 182 0 0.07 0.03 0.27 323.08 0.09 0.71
Hex BB AE B6 0 7 3 1B 143 9 47
Octal 273 256 266 0 7 3 33 503 11 107
Binary 10111011 10101110 10110110 0 111 11 11011 101000011 1001 1000111

Color Harmonies of #BBAEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEB6

Black with #BBAEB6

Text Example


Text Example

White with #BBAEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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