#BAEDB9

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

Shades of Fringy Flower #BAEDB9

Tints of Fringy Flower #BAEDB9

Color information

#BAEDB9 (or 0xBAEDB9) is unknown color: approx Fringy Flower. HEX triplet: BA, ED and B9. RGB value is (186,237,185). Sum of RGB (Red+Green+Blue) = 186+237+185=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 185 (72.66% from 255 or 30.43% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDB9 is #451246. Grayscale: #D7D7D7. Windows color (decimal): -4526663 or 12185018. OLE color: 12185018.

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

Color convert

RGB186237185-
CMYK0.2200.220.07
HSL118.85º59.09%82.75%-
HSV(B)118.85º21.94%92.94%-
XYZ59.2974.5157.16-
YUV215.82110.6106.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.59%
GREEN value IS 237 (92.97% from 255) = 38.98%
BLUE value IS 185 (72.66% from 255) = 30.43%
R=30.59%
G=38.98%
B=30.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862371850.2200.220.07118.8559.0982.75
HexBAEDB9160167773b53
Octal27235527126026716773123
Binary1011101011101101101110011011001011011111101111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEDB9; }

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

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

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

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

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

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

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

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