Html Css Color HEX #BAAEB3 Lily

📋 copy color: '#BAAEB3'

red 186 ◦ green 174 ◦ blue 179

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

Shades of Lily #BAAEB3

Tints of Lily #BAAEB3

RGB

 RED value IS 186 (73.05% from 255) = 34.51%

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

 BLUE value IS 179 (70.31% from 255) = 33.21%

R = 34.51%
G = 32.28%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BAAEB3 (or 0xBAAEB3) is known color: Lily. HEX triplet: BA, AE and B3. RGB value is (186,174,179). Sum of RGB (Red+Green+Blue) = 186+174+179=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 179 (70.31% from 255 or 33.21% from 539); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEB3 is #45514C. Grayscale: #B2B2B2. Windows color (decimal): -4542797 or 11775674. OLE color: 11775674.

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

Color convert

RGB 186 174 179 -
CMYK 0 0.06 0.04 0.27
HSL 335º 0.08% 0.71% -
HSV(B) 335º 0.06% 0.73% -
XYZ 43.52 43.97 48.84 -
YUV 178.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 186 174 179 0 0.06 0.04 0.27 335 0.08 0.71
Hex BA AE B3 0 6 4 1B 14F 8 47
Octal 272 256 263 0 6 4 33 517 10 107
Binary 10111010 10101110 10110011 0 110 100 11011 101001111 1000 1000111

Color Harmonies of #BAAEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAEB3

Black with #BAAEB3

Text Example


Text Example

White with #BAAEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAEB3; }

 p { color: rgb(186,174,179); }

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

background-color css

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

 a { background-color: rgb(186,174,179); }

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

border-color css

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

 span { border-color: rgb(186,174,179); }

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