#BAECB9

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

Shades of Fringy Flower #BAECB9

Tints of Fringy Flower #BAECB9

Color information

#BAECB9 (or 0xBAECB9) is unknown color: approx Fringy Flower. HEX triplet: BA, EC and B9. RGB value is (186,236,185). Sum of RGB (Red+Green+Blue) = 186+236+185=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECB9 is #451346. Grayscale: #D7D7D7. Windows color (decimal): -4526919 or 12184762. OLE color: 12184762.

HSL color Cylindrical-coordinate representation of color #BAECB9: hue angle of 118.82º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAECB9 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB186236185-
CMYK0.2100.220.07
HSL118.82º57.3%82.55%-
HSV(B)118.82º21.61%92.55%-
XYZ5973.9357.06-
YUV215.24110.94107.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.64%
GREEN value IS 236 (92.58% from 255) = 38.88%
BLUE value IS 185 (72.66% from 255) = 30.48%
R=30.64%
G=38.88%
B=30.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862361850.2100.220.07118.8257.382.55
HexBAECB9150167773953
Octal27235427125026716771123
Binary1011101011101100101110011010101011011111101111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAECB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAECB9; }

 p { color: rgb(186,236,185); }

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

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

 a { background-color: rgb(186,236,185); }

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

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

 span { border-color: rgb(186,236,185); }

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