#BAAFB4

Color #BAAFB4 Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #BAAFB4

Tints of Lily #BAAFB4

Color information

#BAAFB4 (or 0xBAAFB4) is unknown color: approx Lily. HEX triplet: BA, AF and B4. RGB value is (186,175,180). Sum of RGB (Red+Green+Blue) = 186+175+180=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFB4 is #45504B. Grayscale: #B2B2B2. Windows color (decimal): -4542540 or 11841466. OLE color: 11841466.

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

Color convert

RGB186175180-
CMYK00.060.030.27
HSL332.73º7.38%70.78%-
HSV(B)332.73º5.91%72.94%-
XYZ43.8244.3949.44-
YUV178.86128.64133.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 175 (68.75% from 255) = 32.35%
BLUE value IS 180 (70.70% from 255) = 33.27%
R=34.38%
G=32.35%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617518000.060.030.27332.737.3870.78
HexBAAFB40631B14d747
Octal272257264063335157107
Binary101110101010111110110100011011110111010011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFB4; }

 p { color: rgb(186,175,180); }

 H1.HeaderClassName
 {
   color: #BAAFB4;
 }
 .AnyTagClassName
 {
   color: #BAAFB4;
 }
</style>
background-color css

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

 a { background-color: rgb(186,175,180); }

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

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

 span { border-color: rgb(186,175,180); }

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